From 545621bb9c376504d37eba9bcd95eeb79be969be Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 8 Jun 2026 23:12:36 +0000 Subject: [PATCH] write README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 51e7a55..794551a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ Outputs: ### iterate_scrape_goal (new) +Parameters: +- start_url, allowed_domains (default same-origin), seed_selectors, max_steps, max_pages, + max_runtime_seconds, wait_seconds, rate_limit_seconds, headless, user_agent, + respect_robots (default true), output_format (json/csv), screenshot. + +Returns fields include: {status, items, pages_visited, html_captures, screenshots, saved_paths, warnings, steps, goal_summary}. + An LLM-powered planner that iterates scrapes until a goal is satisfied or a safety/stop condition occurs. Inputs: - goal — natural-language target (e.g., "Collect quotes text and authors from the first 2 pages").