You are helping me build the following AI agent workflow. ## Goal Fiverr UGC Market Research: Daily scrapes Fiverr for UGC gigs, extracts prices and seller names, and logs the data into Google Sheets for market intelligence. ## Specification - What it does: Get daily market intelligence on Fiverr UGC gigs with automated price tracking and seller name logging directly to your Google Sheets. This workflow eliminates manual research by continuously scraping search results so you always have fresh competitive insights ready for review. - Trigger: On a schedule (Scheduled ยท daily) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - HTTP Request: Fetch Fiverr search results and bypass restrictions - HTML: Parse complex structures to extract gig details - Google Sheets: Log and store historical gig data ## Known pitfalls, handle each one explicitly in your implementation 1. Fiverr may block repeated automated requests so implement a random delay between scrapes to avoid IP bans. 2. HTML structures on Fiverr change often so add a notification step to alert you when selectors fail to match. 3. Google Sheets has row limits and write quotas so archive old data periodically to prevent workflow failures. 4. Dynamic content loaded via JavaScript might not be in the initial HTML response so verify if headless browser rendering is needed. ## Reference implementation https://n8n.io/workflows/4583 (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/automated-fiverr-ugc-market-research/ via usecasesforagents.com