curl --request POST \
--url https://api.amplemarket.com/people/enrichment-requests \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"leads": [
{
"email": "[email protected]",
"linkedin_id": "<string>",
"company_domain": "<string>",
"company_name": "<string>",
"name": "<string>",
"title": "<string>"
}
],
"reveal_email": true,
"reveal_phone_numbers": true
}
'{
"id": 18,
"object": "person_enrichment",
"status": "queued",
"results": [],
"_links": {
"self": {
"href": "/people/enrichment-requests/18"
}
}
}Start batch of person enrichments
curl --request POST \
--url https://api.amplemarket.com/people/enrichment-requests \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"leads": [
{
"email": "[email protected]",
"linkedin_id": "<string>",
"company_domain": "<string>",
"company_name": "<string>",
"name": "<string>",
"title": "<string>"
}
],
"reveal_email": true,
"reveal_phone_numbers": true
}
'{
"id": 18,
"object": "person_enrichment",
"status": "queued",
"results": [],
"_links": {
"self": {
"href": "/people/enrichment-requests/18"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Leads to be enriched
Batch accepted
person_enrichment queued, processing, completed, canceled, error Show child attributes
enriched, not_found, gdpr_removed Show child attributes
person male, female, likely_male, likely_female, unknown Show child attributes
Show child attributes
experience Show child attributes
education Show child attributes
phone_number mobile, office, phone, landline, voip, direct amplemarket, crm, user_uploaded Show child attributes
company 10001+ employees, 201-500 employees, 51-200 employees, 11-50 employees, 1-10 employees Show child attributes
Show child attributes
Full address as a single string
Indicates if this is the primary location
Country name (e.g., United States)
State or subdivision name (e.g., California, New York)
City name
Postal code
Public Company, Educational, Self Employed, Government Agency, Non Profit, Self Owned, Privately Held, Partnership seed, angel, venture_round_unknown_series, series_a, series_b, series_c, series_d, series_e, series_f, series_g, series_h, series_i, series_j, debt, equity_crowdfunding, convertible_note, ico, private_equity, other $0-$1M, $1M-$10M, $10M-$100M, $100M-$1B, $1B+ Was this page helpful?