API Reference
CrawlForge MCP API Reference
Complete reference for all 18 CrawlForge MCP tools. Build powerful web scraping applications with our developer-first API.
API Overview
Base URL
https://crawlforge.dev/api/v1Authentication
All API requests require an API key passed in the X-API-Key header:
Bash
Get your API key from the dashboard.
Request Format
All tool endpoints accept JSON in the request body:
Json
Response Format
All responses follow a standard format:
Json
HTTP Status Codes
| Code | Description |
|---|---|
200 | OK - Request successful |
400 | Bad Request - Invalid parameters |
401 | Unauthorized - Invalid or missing API key |
402 | Payment Required - Insufficient credits |
429 | Too Many Requests - Rate limit exceeded |
500 | Internal Server Error |
Rate Limits
Rate limits apply per API key and vary by plan. Exceeding the limit returns a
429 Too Many Requests response.Free Plan
2 requests per second
Hobby Plan
5 requests per second
Professional Plan
20 requests per second
Business Plan
50 requests per second
All Tools
Basic Tools
1-2 creditsfetch_url
1 creditFetch and parse web pages with automatic handling
extract_text
1 creditExtract clean text from HTML with intelligent parsing
extract_links
1 creditDiscover and extract all links from a webpage
extract_metadata
1 creditExtract page metadata, OpenGraph, and Twitter Card tags
scrape_structured
2 creditsExtract structured data using CSS selectors
extract_content
2 creditsExtract main content from web pages with readability detection
map_site
2 creditsDiscover and map website structure and URLs
process_document
2 creditsProcess documents from multiple formats including PDFs
localization
2 creditsMulti-language and geo-location management for scraping
Advanced Tools
3-5 creditsmonitor_changes
3 creditsMonitor web pages for content changes with intelligent detection
analyze_content
3 creditsAnalyze content for sentiment, language, and topics
summarize_content
4 creditsGenerate intelligent summaries of text content
crawl_deep
4 creditsDeep website crawling using breadth-first search
stealth_mode
5 creditsAnti-detection browser management with fingerprint randomization
scrape_with_actions
5 creditsExecute browser actions before scraping (clicks, forms, etc.)
batch_scrape
5 creditsProcess multiple URLs simultaneously with async job management
search_web
5 creditsSearch the web using Google Custom Search API
Premium Tools
10 creditsError Handling
All errors follow a standard format with
error.code and error.message fields.Json
See the Error Reference for a complete list of error codes and solutions.
Ready to start building?
Pick a tool and explore its documentation