apps/api/src/scraper/scrapeURL/README.md
scrapeURLNew URL scraper for Firecrawl
flowchart TD;
scrapeURL-.->buildFallbackList;
buildFallbackList-.->scrapeURLWithEngine;
scrapeURLWithEngine-.->parseMarkdown;
parseMarkdown-.->wasScrapeSuccessful{{Was scrape successful?}};
wasScrapeSuccessful-."No".->areEnginesLeft{{Are there engines left to try?}};
areEnginesLeft-."Yes, try next engine".->scrapeURLWithEngine;
areEnginesLeft-."No".->NoEnginesLeftError[/NoEnginesLeftError/]
wasScrapeSuccessful-."Yes".->asd;
WebScraperDataProviderWebScraperDataProvider.validateInitialUrl has been delegated to the zod layer above scrapeUrl.WebScraperDataProvider.mode has no equivalent, only scrape_url is supported.v1 definitons, instead of v0.