getting company logo from crawl
hi folks, not having much success retrieving a logo url for a brand (e.g. apple.com) with the crawl endpoint
my current process is
to crawl the url via firecrawl api, and then send the html and markdown to an llm, asking the llm to find (among other things) the url of the logo (using a zod schema) from the html / markdown
here's our firecrawl code:
we then pass this result to an llm, and here's an example result from the llm for Anthropic (you can see it gets the logo url wrong):
any tips on getting the logo url successfully after a scrape?
do you recommend a different endpoint? We like that scrapeUrl seems fast
2 Replies
hi folks, any tips here?
try
onlyMainContent: false