🤔 There's a Cookie popup in my scrape
Hello.
Question: Is there a Firecrawl config setting I can use to prevent popups from getting into my scrapes?
All of a sudden to today I am getting "cookie popup content" when I scrape documentation files. I would like to prevent this if possible.
Attached:
- Screenshot of the cookie and site scraped
- Scraped file that now has the "cookie info" - lines [1-44] were added today, previous scrapes it wasn't there.
Here is my config (Firecrawl Python SDK):
Thanks in advance.
2 Replies
Oh, so for this, I think you're going to want to use custom actions (e.g. click, wait). This will instruct Firecrawl how to interact with the webpage before the page is scraped. This gives you a lot of control when the default behavior doesn't work as expected on a particular site!
Hello @micah.stairs - appologies for the belated "thank you" - I've just seen your post now. Thank you, I will give it a try!
