API


The DomainLeads API allows you to programmatically query our database to obtain web site crawl information in a normalized JSON format.

Queries made to the API are treated the same way as queries executed on the web site and will result in your query counters being incremented. This means that each query you submit via API will count towards your daily query volume.

Usage


At this time the API supports basic keyword searches.

Advanced filtering and sorting is not supported at this time but will be made available shortly.

The following components are required when submitting a query:

  • a = this is the action flag and it should be set to a=search
  • k = your api key. you can obtain this key from your EstiBot Account Settings screen.
  • email = the email account you registered on EstiBot.com
  • s = this is the keyword you are searching, for example 'insurance' or 'ice+cream+shop'.

  • optional count=1 if you only want the count of results, and not the actual results list
Example query - Web Site Searches

The query below will perform a search on "ice cream shop" and return the maximum number of results allowed by your account:

The query below will perform a search on "ice cream shop" and return just the count of records found:

Example query - Domain Searches

The query below will perform a search on "ice cream shop" within a domain (not web site) and return the maximum number of results allowed by your account:

The query below will perform a search on "ice cream shop" within a domain (not web site) and return just the count of records foundt: