GET
/scrape-contacts
scrapeContactsReturns publicly available contact information from the provided website URL.
Parameters
Name | In | Required | Description |
---|---|---|---|
query | query | Yes | The domain or website to scrape contact details from (e.g., wsgr.com) |
match_email_domain | query | No | Whether to match emails strictly on the domain (true/false) |
external_matching | query | No | Whether to include external matching emails (true/false) |
Responses
Status | Description |
---|---|
200 | Successful contact information retrieval |
400 | Bad Request - Invalid or missing query parameter |
401 | Unauthorized - Missing or invalid API key |
429 | Too many requests - Rate limit exceeded |
500 | Internal server error |