Firecrawl Search - LLM-ready content avatar

Firecrawl Search - LLM-ready content

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Firecrawl Search - LLM-ready content

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

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

19 days ago

Last modified

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

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"query": "best SEO tools 2024"
}

Run with real data

{
"demoMode": false,
"query": "best SEO tools 2024",
"limit": 10,
"lang": "en",
"country": "us",
"outputFormat": "markdown",
"onlyMainContent": true,
"firecrawlApiKey": "YOUR_API_KEY_HERE",
"webhookPlatform": "custom"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
querystring-NoThe search query to find relevant web pages
limitinteger10NoMaximum number of search results to return (1-20)
langstring"en"NoLanguage code for search results (e.g., en, es, fr, de)
countrystring"us"NoCountry code to localize search results (e.g., us, uk, de, fr)
outputFormatstring"markdown"NoFormat for scraped content
onlyMainContentbooleantrueNoExtract only the main content, removing navigation, ads, footers
firecrawlApiKeystring-Yes*Your Firecrawl API key. Get one free at https://firecrawl.dev
webhookUrlstring-NoSend results to a webhook URL (Zapier, Make, n8n, or custom)
webhookPlatformstring"custom"NoPlatform receiving the webhook (affects payload format)
webhookHeadersobject-NoCustom headers to send with webhook (JSON object)
demoModebooleantrueNoRun with sample data to test without API key. Returns realistic sample search results instantly.

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Search CompletedEach web search query executed via Firecrawl API$0.02

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • 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?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal