Firecrawl Search - LLM-ready content
Pricing
from $0.01 / 1,000 results
Firecrawl Search - LLM-ready content
Search the web and get clean, LLM-ready content in one API call. Powered by Firecrawl's /v1/search endpoint. Returns markdown, HTML, or extracted data. Perfect for SEO research, competitor analysis, and AI training data collection
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Maintained by CommunityActor stats
0
Bookmarked
6
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share
Firecrawl Search - AI-Powered Web Search & Scrape
Search the web and get clean, LLM-ready content in one API call. Powered by Firecrawl's /v1/search endpoint. Returns markdown, HTML, or extracted data. Perfect for SEO research, competitor analysis, and AI training data. Pay-per-event pricing.
BYOK (Bring Your Own Key): you provide your own API credentials.
Before You Start
This actor requires your own API credentials to fetch real data.
Where to get your key: Your Firecrawl API key. Get one free at https://firecrawl.dev
Quick Start
Run with real data
{"query": "best SEO tools 2024","limit": 10,"lang": "en","country": "us","outputFormat": "markdown","onlyMainContent": true,"firecrawlApiKey": "YOUR_API_KEY_HERE","webhookPlatform": "custom"}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
query | string | - | No | The search query to find relevant web pages |
limit | integer | 10 | No | Maximum number of search results to return (1-20) |
lang | string | "en" | No | Language code for search results (e.g., en, es, fr, de) |
country | string | "us" | No | Country code to localize search results (e.g., us, uk, de, fr) |
outputFormat | string | "markdown" | No | Format for scraped content |
onlyMainContent | boolean | true | No | Extract only the main content, removing navigation, ads, footers |
firecrawlApiKey | string | - | Yes* | Your Firecrawl API key. Get one free at https://firecrawl.dev |
webhookUrl | string | - | No | Send results to a webhook URL (Zapier, Make, n8n, or custom) |
webhookPlatform | string | "custom" | No | Platform receiving the webhook (affects payload format) |
webhookHeaders | object | - | No | Custom headers to send with webhook (JSON object) |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Search Completed | Each web search query executed via Firecrawl API | $0.02 |
Troubleshooting
"API key is required"
- Add your API key in the input
"API error 403" or "Unauthorized"
Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- API key without proper permissions
- The target data doesn't exist or is too small to track
How do I test without an API key?
Run the actor without a firecrawlApiKey, or set "demoMode": true. It returns realistic sample results labeled with demo: true and a _notice field so you can inspect the exact output shape before connecting your own key. Demo runs make no external API calls and charge no task events.
Built by John Rippy | Actor Arsenal
