Hello, I'm trying out the /extract endpoint and the results I keep getting back are not what I expect, could someone help me figure out how to get the results I'm looking for?
My request: POST https://api.firecrawl.dev/v2/extract { "urls": [ "https://www.disneycareers.com/en/job/*" ], "prompt": "Extract only:\n- job_title: position title (string)\n- min_salary: minimum salary offered (number)\n- max_salary: maximum salary offered (number)", "includeSubdomains": false, "scrapeOptions": { "formats": [ "markdown" ] } }
What I was hoping for was a list of all the job listings on the site and the salary ranges for each. Instead, the endpoint only found one listing. Is there something I can do to get it to return more than just one result?
Join builders, developers, users and turn any website into LLM-ready data, enabling developers to power their AI applications with clean, structured information crawled from the web.