getting the apikey
Hi EveryOne, I am new to this channel. Could please let know the process to get the api key for firecrawl.
get deterministic screenshot of webpage?
hi i noticed when using scrape and the screenshot@fullPage the screenshots can look slightly different based on screen size or animated elements - is there any way to get the same screenshot of a webpage each time between sessions?
Errors in playground on scrape endpoint with LLM extract
Trying to scrape a list page of a a list page of an ecommerce site using LLM extarction options. nothing wild just the products. But am getting repeating errors. No issues scraping the endpoint without llm extraction. Am I doing something wrong or is there an issue.

what do consistent 403s mean?
It seems that certain urls result in 403s consistently, but I haven't seen any documentation around this.
Find Playground Settings and Rotating Proxies?
Is there a way to find the Playground settings?
Sometimes when I'm using Playground, it will scrape URLs successfully, but when I use it in my app (using Cloud version with credits), the same URL will not scrape.
For example: https://www.mountsinai.org/health-library/selfcare-instructions/common-cold-how-to-treat-at-home...
Integrate firecrawl with the latest cursor interface
Guys now when user click on MCP servers in cursor they are redirected to a JSON, modal is gone and I've tried to turn on firecrawl mcp server like so
```
"firecrawl": {...
PDF scrape
Hi community, I'm trying to scrape a PDF file within its unique URL: e.g. https://continua.com.mx/pdf/test/pro.pdf though I get "error" message.
Any hint or instruction that I should configure or modify to have the PDF scraped?
Thanks for your hlep...
Running locally keeps running out of resources and crashing
I am trying to just run firecrawl locally (recently pulled the newest version today) and the docker containers keep crashing.
I have turned the concurrency down to 2 but I am still seeing very high resource usage
Anyone else seeing this?...

crawling only main content returns content from nav tags
Hi there,
I'm crawling with these options
```
{
"url": "https://developer.apple.com/design/human-interface-guidelines/foundations",...
I can't see the others topics
Is it normal that I can't read the other topics in this sections ? I can only read my subjects.
It's complicated to search informations and if the question has already asked right now.
Jérémie...

Extract format in /extract
Hello, I explore Firecrawl and I have few questions.
In the route /extract in the scrapeOptions, there is a extract option in the format list and when I activate this format, I have this error : When 'extract' or 'json' format is specified, corresponding options must be provided, and vice versa
But I don't find in the doc the options for extract....
Scroll doesn't work with some websites
Hello, I explore Firecrawl and I have few questions.
For this page : https://www.reimo.com/fr/accessoires-camping-car/auvent/auvent-fourgon/, I need to scroll to have more products.
I try ...
I want to get styling of a website using firecrawl - is this possible? how?
For example, https://brandfetch.com/developers
Looking to get branding details/styling to get the soul of a company/website using firecrawl
Please help - YC W23 founder...
Problem from last week with max_depth
Hello,
Since last week, the 'max_depth' parameter started behaving differently. If I set it to 2, it seems to completely ignore this setting—as if it was checking all available links regardless of the specified depth. For instance, if the first link usually appears at depth 5, it won't return any other pages even though there are valid pages available at depth 2.
Additionally, if I want to use a depth of 5, I have to set the parameter 'allowBackwardLinks' to True. However, whenever I try this, it always gives me an error message saying that this value does not exist in the function 'firecrawlApp()':
...