Scrape API v2 Released

Scrape API v2 is now live.
Easier and straight forward. The new version lets you run a prompt on the page. You can get results in markdown, cleaned text, or HTML. Scraping is now in synchronous mode, with a single API call.
The new endpoint is at https://api.webcrawlerapi.com/v2/scrape. See the API Reference for details.
What's new?
- Scraping is now sync, with a single API call.
- You can remove parts of the page using CSS selectors.
- You can get results in markdown, cleaned text, or HTML.
- You can run a prompt on the page.
- Error handling is improved.