How it works
Insiders Download
93.2 Million B2B People Leads — Names, Emails, Phones, LinkedIn, Titles
Go to the download pageWho
Insiders + AIA members
Window
72 hours, single-use
Bundle
42 CSVs · ~20 GB
What this is
A one-line summary for users and the team.
Insiders Download is the email-gated delivery page for the 93.2 million-row B2B People dataset that ships with Lead Gen Insiders and AIA memberships. A member enters the email tied to their membership, we verify it against the client list, and we issue a signed 72-hour download window for the entire bundle.
How a member uses it
- 1
Visit the page
Open leadgenjay.com/tools/insiders-download in any modern browser. No login or password — just the email on file with the membership. - 2
Enter the membership email
The email must match the address used at checkout for Insiders or AIA. We check it against the client list — case-insensitive. - 3
Get the file list
On verify, the page swaps to a list of every CSV part plus the manifest. A green “You're verified” banner shows the time remaining. - 4
Download all files
Click Download all 43 files to start the bundle. Files download sequentially with a 1-second stagger so Chrome doesn't block them. If the browser asks to allow multiple downloads, accept it. - 5
Resume anytime within 72 hours
The same email can return to the page as many times as needed during the window. Same files, same expiry — no new claim is consumed. Downloads are resumable per-file (R2 supports range requests).
What's in the bundle
- 93.2 million verified B2B contacts — names, emails, phones, LinkedIn, titles, and company info.
- 42 CSV parts at ~500 MB each, plus a
manifest.jsonwith row counts and field schema. - Total bundle is ~20 GB uncompressed CSV. A single file is fragile in browsers, which is why we ship parts.
The 72-hour window
When a member claims, we issue one signed-URL window that lasts 72 hours. Within that window: unlimited returns, resumable per-file downloads, and the file list is re-signed on each visit so links stay fresh.
When the window closes, the slot is consumed. The member sees "You've already claimed this download" on retry. Reissuing requires a manual reset — see the team section below or email help@leadgenjay.com.
Common issues
"This email isn't on the Insiders client list."
"You've already claimed this download and the window has closed."
A CSV opens as text in the browser instead of downloading.
Chrome blocks "Download all" after the first file.
A download stalled or failed mid-way.
Team — resetting a member's claim
When a member's window expired or they need a new machine.
- Confirm the requesting email matches a real Insiders or AIA membership in Whop or the admin client list.
- From the project root, run:
npx tsx scripts/reset-insiders-download.ts member@example.com - The script prints the deleted token row. Tell the member they can now re-claim at /tools/insiders-download.
- Add
--dry-runto preview without deleting.
How we keep it secure
A short note on what protects your download.
- Every claim is verified against the active membership list before any link is issued.
- Download links are signed and bound to your 72-hour window — they expire automatically and can't be shared past then.
- One claim per member is enforced server-side; reissuing a window requires manual support action.
- Internal architecture and infrastructure details are available to the team in the private repo.