SiteScrapper - Lead Generation API
## What it does Search the web for businesses by industry + location, visit every result page, and extract **emails, phones, and social links** — all in one API call. ## Query Builder No dork syntax needed. Just describe what you're looking for: | Field | What it does | Example | |-------|-------------|---------| | `title_contains` | Page title must include (OR) | `["dentist", "dental clinic"]`…
SiteScrapper - Lead Generation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1-public | ||
| GET |
get_usage_api_v1_usage_get /api/v1/usage |
Returns your current subscription tier, monthly usage counts, remaining quota, overage charges, and which features are enabled for your plan. Use this to monitor your API… |
| GET |
get_search_job_api_v1_search__job_id__get /api/v1/search/{job_id} |
Retrieve the status and results of a previously submitted search job. Returns the full job object including status (completed, pending, failed), the generated dork query, search… |
| GET |
get_search_results_api_v1_search__job_id__results_get /api/v1/search/{job_id}/results |
Retrieve search results with pagination. Use offset and limit to page through large result sets. Each result includes the page URL, title, snippet, domain, and extracted contacts… |
| POST |
submit_search_api_v1_search_post /api/v1/search |
Find businesses on the web and extract their contact information. Use the query builder fields (title_contains, must_contain, location, site, exclude) to describe what you're… |
| POST |
scrape_url_api_v1_scrape_post /api/v1/scrape |
Fetch any URL with smart retries, optional JS rendering, and contact extraction. Pro tier: HTTP fetch with retries and contact extraction. Ultra tier: adds headless Chromium (JS… |
SiteScrapper - Lead Generation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO Recommended | $19 / month | 30 / minute |
|
| ULTRA | $59 / month | 60 / minute |
|