What is CrawlKit?
CrawlKit is a web crawling API service that lets you fetch web pages, search the internet, and take screenshots - all through simple HTTP requests. No complex setup. No headless browser configuration. Just send a request and get results.Raw Crawling
Fetch any URL and get the HTML content, headers, and timing info.
Web Search
Search the web via DuckDuckGo and get structured results.
Screenshots
Take full-page screenshots of any website.
Quick Start
Get started in 3 steps:1
Get your API key
Sign up and get your API key from the dashboard. It starts with
ck_.2
Make your first request
3
Get your response
You’ll receive the HTML content, status code, headers, and timing info.
See the full quickstart guide
Learn how to set up and make your first API call.
How it Works
- You send a request - Just an HTTP POST with the URL you want to crawl
- We handle the hard parts - Proxies, retries, browser rendering, IP rotation
- You get clean data - HTML, search results, or screenshots ready to use