# WebScraping.AI **Provider:** WebScraping.AI **Category:** developer **Base URL:** `https://api.webscraping.ai` **Auth:** api-key — `GET /endpoint?api_key=YOUR_KEY` **Rate Limit:** 200 credits/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://webscraping.ai ## Description A client for https://webscraping.ai API. It provides a web scaping automation API with Chrome JS rendering, rotating proxies and builtin HTML parsing. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.webscraping.ai/account` | Information about your account calls quota | | GET | `https://api.webscraping.ai/html` | Page HTML by URL | | GET | `https://api.webscraping.ai/selected` | HTML of a selected page area by URL and CSS selector | | GET | `https://api.webscraping.ai/selected-multiple` | HTML of multiple page areas by URL and CSS selectors | ## Authentication API key as a query parameter (api_key) ``` GET /endpoint?api_key=YOUR_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.webscraping.ai/account' \ -H 'GET /endpoint?api_key=YOUR_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details AI-powered web scraping. Free: 200 credits/day. Starter $9/mo (5K credits). Regular $29/mo (30K credits). Pro $89/mo (100K credits). Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/webscraping-ai/) — CC BY 4.0*