Bulk Email Search: Download Results
Use this API endpoint to download the results of a previously completed Bulk Email Search. If this is the first time you're downloading the results, credits will be deducted based on the number of fully verified emails found and the type of search that was run.
Endpoint
https://api.anymailfinder.com
/v5.0/bulk/{searchId}/download
Pricing
The cost of downloading results is based on the type of search and the verification level of the emails. Credits are charged per row as follows:
- 1 Credit per Row:
- For Person searches with fully verified emails.
- For Company searches, regardless of the number of verified emails returned (up to 20 emails per company).
- 2 Credits per Row:
- For Decision Maker or LinkedIn URL searches with fully verified emails.
- Free:
- If no emails are found.
- If all emails are classified as risky (partially verified).
- For duplicate searches performed within the last year.
Authentication
You must include your API key in the Authorization
header to access this endpoint.
Refer to the Authentication page for details on how to authenticate your requests.
Request example
curl -X GET \'https://api.anymailfinder.com/v5.0/bulk/{searchId}/download' \-H 'Authorization: Bearer YOUR_API_KEY' \--output results.csv
Request parameters
Path parameters
Parameter | Example value | Description |
---|---|---|
searchId string | "blk_123a4b5c" | The unique identifier of the bulk search. |
Query parameters
Parameter | Example value | Description |
---|---|---|
download_as string - optional | "xlsx" | Specifies the output file format. Available values:
|
format string - optional | "default" | Determines how the output file is formatted. Available values:
|
file_name_column_name string - optional | "file_name" | If specified, appends a column containing the file name to the downloaded file. |
Response
Need Help?
Our team is experienced with APIs and is here to help. Contact us via chat or email at team@anymailfinder.com.