Skip to main content
GET
List companies by website URL (GET)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

url
string
required

Website URL to match (normalised).

Maximum string length: 8192
skip
integer

Number of results to skip (pagination).

Required range: x >= 0
returnCount
integer | null

Page size. Omit to use the API default.

Required range: 1 <= x <= 10000

Response

200 - application/json

Paged companies for the URL.

Website URL lookup: total matches and one page of company rows from the product API.

matchcount
integer

Total companies matching the normalised URL (not only this page).

companies
object[]

Current page; shape aligns with ClassifiedCompany where fields are returned.

Last modified on August 14, 2026