Skip to main content
POST
Scrape URL

Authorizations

Authorization
string
header
required

Your Driver API key. Get one at https://app.driver.dev

Body

application/json
url
string<uri>
required

URL to scrape.

Example:

"https://example.com"

output
enum<string>

Response format. Defaults to html.

Available options:
html,
md
Example:

"html"

smartdoor
object

Browser rendering, waiting, retry, and node options for the scrape.

Response

Successfully scraped the URL. The response body is the scraped content.

The response is of type string.