For the complete documentation index, see llms.txt. This page is also available as Markdown.

Audience

Count how many people match targeting criteria (free)

post

Returns the number of prospects matching the given titles, seniorities, industries, company sizes and locations. Searching is free and never spends credits; only revealing contact details is metered.

Authorizations
AuthorizationstringRequired
Body
companySizesstring[]OptionalExample: ["11-50","51-200"]
industriesstring[]OptionalExample: ["Software"]
keywordsstring[]OptionalExample: ["b2b saas"]
locationsstring[]OptionalExample: ["United States"]
senioritiesstring[]OptionalExample: ["owner","director"]
titlesstring[]OptionalExample: ["CEO","Head of Sales"]
Responses
200

Matching audience size

application/json
audienceSizeintegerOptionalExample: 35627
post/audience/size
POST /r/audience/size HTTP/1.1
Host: api.emailchaser.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 183

{
  "companySizes": [
    "11-50",
    "51-200"
  ],
  "industries": [
    "Software"
  ],
  "keywords": [
    "b2b saas"
  ],
  "locations": [
    "United States"
  ],
  "seniorities": [
    "owner",
    "director"
  ],
  "titles": [
    "CEO",
    "Head of Sales"
  ]
}
{
  "audienceSize": 35627
}

Last updated