Skip to main content
GET
Search Stores

Authorizations

Authorization
string
header
required

Your API key, which starts with orbbit_data_.

Query Parameters

domain
string

Keep only stores whose domain contains this, ignoring case

name
string

Keep only stores whose name contains this, ignoring case

industry
string

Exact match on the crawl’s verdict: cpg, partial_cpg, not_cpg, unknown

category
string

Exact match on a category the store sells in

limit
integer
default:50

Rows per page, default 50; anything above 200 is served as 200

Required range: 1 <= x <= 200
cursor
string

The next_cursor of the previous page; absent starts from the first row

Response

Success

data
object[]
required
next_cursor
string | null
required