Crawler Help
Hi, I discovered Firecrawl yesterday and I'd like to get your help to try and extract data for a website. Essentially, I'd like to extract all methods and parameters related to them from Elevenlabs (https://elevenlabs.io/docs/api-reference/text-to-speech) documentation and create a complete JSON with the data
ElevenLabs
Text To Speech - ElevenLabs
API that converts text into lifelike speech with best-in-class latency & uses the most advanced AI audio model ever. Create voiceovers for your videos, audiobooks, or create AI chatbots for free.
3 Replies
Hey @NoQuitt That's awesome! Welcome! What have you tried so far? Has it not worked?
I tried using /search, only that since it doesn't have a default json, it doesn't create the object in a coherent way, but it creates a large string, all one. Furthermore, if I would like to automatically open other links in the menu to check them, is it possible to do this automatically or do I have to manage this aspect myself?
Hey @NoQuitt I would recommend trying LLM extract and specifying the objects schemas of what you want to extract from the page. For links, you can probably /crawl first, get all the urls and then run llm-extract on each one of them. That could probably work. I imagine that you might still need to do some stuff yourself to get this fully working