# Dataflow Kit Web Scraper **Provider:** Dataflow Kit Web Scraper **Category:** developer **Base URL:** `https://api.dataflowkit.com/v1` **Auth:** api-key — `GET /endpoint?api_key=YOUR_KEY` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://dataflowkit.com/ ## Description Render Javascript driven pages, while we internally manage Headless Chrome and proxies for you. - Build a custom web scraper with our Visual point-and-click toolkit. - Scrape the most popular Search engines result pages (SERP). - Convert web pages to PDF and capture screenshots. * Authentica ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.dataflowkit.com/v1/convert/url/pdf` | Save web page as PDF | | POST | `https://api.dataflowkit.com/v1/convert/url/screenshot` | Capture web page Screenshots. | | POST | `https://api.dataflowkit.com/v1/fetch` | Download web page content | | POST | `https://api.dataflowkit.com/v1/parse` | Extract structured data from web pages | | POST | `https://api.dataflowkit.com/v1/serp` | Collect search results from search engines | ## Authentication API key as a query parameter (api_key) ``` GET /endpoint?api_key=YOUR_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.dataflowkit.com/v1/convert/url/pdf' \ -H 'GET /endpoint?api_key=YOUR_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Pay-as-you-go web scraping. From $15/mo (100K pages). API + no-code tools. --- *Source: [API Map](https://apimap.dev/apis/dataflow-kit-web-scraper/) — CC BY 4.0*