Introduction
Anyhunt - Web Scraping API for developers
Welcome to Anyhunt
Anyhunt is a Web Scraping API that lets you extract content from any webpage instantly. Built for developers who need reliable, structured data from the web.
What is Anyhunt?
Anyhunt provides a simple REST API to scrape web pages and extract content in multiple formats. Send a URL, get back clean Markdown, HTML, links, or screenshots.
curl -X POST https://server.anyhunt.app/api/v1/scrape \
-H "Authorization: Bearer ah_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"formats": ["markdown", "links"]
}'Core Features
Content Extraction
Extract clean, structured content from any webpage as Markdown or HTML. Perfect for feeding into LLMs, building knowledge bases, or content migration.
Multi-Page Crawling
Crawl entire websites with depth control, path filtering, and parallel processing. Extract content from hundreds of pages in minutes.
URL Discovery
Discover all URLs on a website via sitemap parsing or browser-based crawling. Great for SEO analysis and site mapping.
AI-Powered Extraction
Use LLM to extract structured data matching your JSON Schema. Extract product info, article metadata, or any custom data structure.
Web Search
Search the web and optionally scrape the results. Build research tools, monitor competitors, or aggregate content.
Screenshots
Capture high-quality screenshots in PNG, JPEG, or WebP format. Full page, viewport, or element-specific captures.
Quick Start
Get Started
Create your account and make your first API request
API Reference
Explore the complete API documentation
Pricing
Choose the right plan for your needs
Use Cases
- LLM Training Data - Extract clean text for AI model training and RAG applications
- Content Migration - Move content between CMS platforms with structured data
- SEO Analysis - Analyze competitor sites, extract metadata, discover site structure
- Price Monitoring - Track product prices and availability across e-commerce sites
- Research & Aggregation - Build knowledge bases from multiple sources
- Visual Testing - Capture screenshots for regression testing and documentation
Available APIs
| API | Description |
|---|---|
| Scrape | Extract content from a single URL |
| Crawl | Crawl multiple pages from a website |
| Map | Discover all URLs on a website |
| Batch Scrape | Scrape multiple URLs in parallel |
| Extract | AI-powered structured data extraction |
| Search | Web search with content scraping |
Why Anyhunt?
| Feature | Anyhunt | Traditional Scrapers |
|---|---|---|
| Setup Time | Minutes | Hours/Days |
| JavaScript Rendering | Full Chromium | Often limited |
| Output Formats | Markdown, HTML, Links, Screenshots | Usually raw HTML only |
| AI Extraction | Built-in LLM support | Requires custom integration |
| Infrastructure | Managed, scalable | Self-hosted complexity |
| Rate Limiting | Handled automatically | Manual implementation |
Ready to get started? Create your account and extract your first webpage in minutes.