Scrape URL and respond with Markdown
scrape_url_markdownExtract website content as Markdown by bypassing bot detection, captchas, and geolocation restrictions using the ScrAPI service.
Instructions
Use a URL to scrape a website using the ScrAPI service and retrieve the result as Markdown. Use this for scraping website content that is difficult to access because of bot detection, captchas or even geolocation restrictions. The result will be in Markdown which is preferable if the text content of the webpage is important and not the structural information of the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to scrape |