400 Response from /extract using wildcard
Hey everyone!
I've had success using /extract for individual page URLs, but I am trying to refactor to use the wildcard URL method for efficiency's sake. When making the call, verified with the correct URL and the added "/" , I get a 400 response, specifically " π₯ Error during Firecrawl fetch: Request failed with status code 400". I will attach the file in question, but the function named "fetchProductsFromDomain" is the one that uses the wildcard. My logs are as such: " π Fetching products for competitorId: b1e5v3d5yt17PDiKhcPK, baseUrl: https://busy-bounce.com/
Attempting scrape using full domain
Wildcard URL: https://busy-bounce.com/
Error scraping competitor site: b1e5v3d5yt17PDiKhcPK
Error: Request failed with status code 400
at FirecrawlApp.extract (E:\bounceratemvp\node_modules\firecrawl\dist\index.cjs:666:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async fetchProductsFromDomain (E:\bounceratemvp\dist\server.js:4748:26)
at async E:\bounceratemvp\dist\server.js:4790:30
π₯ Error during Firecrawl fetch: Request failed with status code 400"
Thank you for any input!
0 Replies