Scrape.Email docs

From first search to production integration.

A practical reference for finding leads, managing credits, exporting contacts, connecting email, and receiving signed events. Use the floating AI helper on this page when you need a plain-language explanation.

02 · Music promotion

Find relevant outlets and promotion contacts.

Music Promotion combines 1,442 contact-ready Spotify playlist opportunities with 18,738 retained radio, television, network, podcast, DJ, label, PR, booking, venue, and media records. Search all sources together or narrow by outlet type, country, region, city, contact route, qualification, confidence, evidence, rating, source, genre, audience market, or curator activity.

Visible qualification

Qualified and relationship-review records remain labeled with confidence, contact readiness, email evidence, and public source context. Mail routing does not guarantee mailbox ownership, acceptance, or inbox placement.

Distinct opportunities

Playlist opportunities and organization or location-based media records keep their own identity. Public contact pages are labeled as contact routes unless their submission purpose was semantically verified.

Market transparency

Market signals are inferred from playlist titles, descriptions, genres, and matched search terms. They describe likely audience context and are not represented as the curator's physical address.

Previewing totals is free. A newly revealed canonical contact uses one lead credit and is automatically saved to Leads & campaigns. The same email, phone, or canonical public route is not charged again when it controls multiple promotion opportunities. Listings provide contact access, not guaranteed placement, streams, replies, or campaign outcomes.

Website Contact Pages

Build category-specific public contact-page lists.

Search categorized public business inquiry pages, including government and military URLs. Filter by the evidence available in the catalog, preview the match total free, reveal only reviewed links, export approved rows to CSV, and keep them in the saved-lead and campaign workspace.

Review the destination

A contact-page link identifies a public inquiry route. It does not guarantee a specific form, acceptance, response, or commercial suitability.

Keep projects focused

Export one relevant category or audience segment at a time and write a truthful message that matches the destination organization.

Respect site rules

Honor site terms, robots controls, suppression requests, privacy requirements, and applicable outreach laws before using any automation.

$200 one-time desktop bundle

Website Contact Automation imports approved URL lists, discovers supported forms, applies project messages, and records outcomes. CAPTCHA Automation handles supported image and text challenges locally and can use customer-funded fallback services for unsupported cases. The two tools are sold together with lifetime updates; contact-page data, proxies, and optional third-party services are separate.

AI email composition

AI compose credits are separate from contact-reveal credits. The included composer uses the current plan allowance. Verified AI credit-pack payments add compose capacity. Team and higher plans can connect encrypted account-scoped provider keys, test a model, and select it privately instead of using included credits.

Connected SMTP and IMAP

Professional and higher plans can connect secure SMTP and IMAP settings. Credentials remain private to the workspace, and sending stays limited to individually approved recipients.

03 · API

Search and export programmatically.

Create an account-scoped key in API access, grant only the scopes your integration needs, and send it as a Bearer token. Keys are shown once and cannot be recovered from the dashboard.

curl -X POST https://www.scrape.email/api/v1/leads/search \
  -H "Authorization: Bearer bl_live_..." \
  -H "Content-Type: application/json" \
  -d '{"industry":"Computer Software","country":"Canada","page":1,"pageSize":100}'
POST /api/v1/leads/search

Requires the Search scope. Page size can cover all matching rows available to the workspace; remaining credits remain the reveal boundary. Lead Finder uses 1 credit per lead; Music Promotion and Press use 5 credits per delivered lead. Responses include usage, saved, matchMode, and relaxedFilters.

POST /api/v1/leads/export

Requires the Export scope. CSV delivery is limited to 50,000 rows and the account's remaining credits.

nameemailphonelinkedintitlelevelcompanydomainlocationcountryrevenueemployeesindustryverificationverification_status
Manage API keys

04 · Webhooks

Receive signed integration events.

Register a public HTTPS endpoint in API access. Events include search.completed, export.completed, and lead.created. Deliveries include the event name and a timestamped HMAC signature.

X-Scrape-Email-Event: search.completed
X-Scrape-Email-Signature: t=1700000000,v1=...

Verify HMAC-SHA256(secret, timestamp + "." + raw_request_body)
Reject stale timestamps and replayed event IDs.
Validate raw bodyDo not parse and reserialize before signature verification.
Deduplicate eventsStore the event ID before processing it again.
Return quicklyRespond with a 2xx status after safe receipt.

Credits and delivery

A preview is free. Revealing or exporting a newly delivered canonical contact uses one credit; repeated music-promotion opportunities for the same revealed contact do not use another credit. Failed or undelivered quantities are refunded by the reservation flow. Free Trial accounts are capped at 20 lifetime contacts.

Saved leads

Every explicitly revealed contact is automatically saved to the account workspace. Assign saved leads to campaigns, track suppression status, or open the one-to-one composer where your plan permits it.

05 · Email workspace

Connect responsibly.

Brand first

Create an account-owned brand profile before connecting or using a sender.

Replies and resend

Reply from a connected inbox with thread headers intact, or edit a previous sent message before resending it.

Attachments

Attach up to five files to a new message, reply, or resend. Each file can be 5 MB, with a 15 MB total.

Scheduled follow-ups

Prepare one to three editable follow-ups with optional AI drafting and individual future dates. Pending follow-ups stop after a reply or suppression.

Secure mail

SMTP credentials are encrypted server-side. Public secure hosts and TLS-valid connections are required.

One recipient

Every initial email, reply, resend, and follow-up stays one recipient per request, with suppression rules checked before delivery.