### Scrape a Website using ScrapeBadger API Source: https://scrapebadger.com/docs Use this cURL command to scrape a website. Replace YOUR_API_KEY with your actual API key. The format parameter specifies the output format. ```curl curl -X POST "https://scrapebadger.com/v1/web/scrape" \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://scrapebadger.com", "format": "markdown"}' ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.