Hey everyone,

Hey everyone, It's my first time using Firecrawl, I wanted to asking something,
# Scrape a website:
scrape_status = app.scrape_url(
'https://firecrawl.dev',
params={'formats': ['markdown', 'html']}
)
print(scrape_status)
# Scrape a website:
scrape_status = app.scrape_url(
'https://firecrawl.dev',
params={'formats': ['markdown', 'html']}
)
print(scrape_status)
In the above snippet, what the possible keys available for the params parameter?
1 Reply
Bruno Canepa
Bruno Canepa7mo ago
Hey, the docs show every possible value https://docs.firecrawl.dev/api-reference/endpoint/scrape
Firecrawl Docs
Firecrawl Docs
Firecrawl allows you turn websites to LLM-ready data in seconds.

Did you find this page helpful?