You are helping me build the following AI agent workflow. ## Goal Web Scraping With Anti-Bot Protection: Sends URLs to Scrappey via API to bypass anti-bot blocks and return clean website content. ## Specification - What it does: You extract website data effortlessly by sending URLs to Scrappey via API, which bypasses anti-bot blocks to return clean content without getting blocked. This workflow handles the technical hurdles of scraping so you receive usable results directly. - Trigger: Run manually (Manual ยท on demand) - Autonomy: Fully hands-off - Expected setup effort: under an hour - Tools/services involved: - HTTP Request: Send API call to Scrappey - Scrappey: Handle anti-bot scraping ## Known pitfalls, handle each one explicitly in your implementation 1. The returned HTML might be incomplete if the target site loads content via JavaScript so verify the payload contains the expected data elements. ## Reference implementation https://n8n.io/workflows/2299 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/web-scraping-with-anti-bot-protection/ via usecasesforagents.com