Skip to main content
GET
Search
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

query
string
required

Search query

Example:

"austen allred"

region
string

2 letter country code, ie US, UK, CA, etc This will show results from that country

Example:

"US"

date_posted
enum<string>

Filter results by how recently they were posted

Available options:
last-hour,
last-day,
last-week,
last-month,
last-year
Example:

"last-day"

page
integer

Page number to retrieve, for paginating through results. Must be between 1 and 11. Use the next-page indicator in the response to walk pages; each page is a separate request and costs 1 credit.

Required range: 1 <= x <= 11
Example:

1

Response

Successful response

Key Response Fields:

  • data.results[n].title: Page title from search result
  • data.results[n].url: URL of the result page
  • data.results[n].description: Snippet text from the search result
  • credits_used: Number of credits consumed by the request