The Scrapes endpoint allows to scrape any publicly available web page. You can specify various params like the format in which you want the result to be returned (markdown, html, structured json, raw pdf), actions to take before scraping, etc. For a complete overview of the params see here

Example

The most simple example to scrape a page to get itโ€™s html and markdown content.

For more detailed information, refer to the API reference available in the documentation.