Skip to main content
GET
Read a web page

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Query Parameters

companyId
string
required

Company ID whose data credits are billed for the call

url
string
required

Full http(s) URL of the page to read. JavaScript-rendered pages and hard-to-scrape sites (including LinkedIn) are handled automatically.

responseType
string

'markdown' (default, recommended for reading) or 'html' for the raw page source

Response

Page content as markdown or raw HTML

Page content

url
string

The URL that was read

responseType
string

'markdown' or 'html'

content
string

Page content as markdown (links preserved as absolute URLs) or raw HTML