@@ -136,7 +136,7 @@ just-scrape search <query> # AI-powered web s
136136just-scrape search < query> --num-results < n> # Sources to scrape (1-20, default 3)
137137just-scrape search < query> -p < prompt> # Extraction prompt for results
138138just-scrape search < query> --schema < json> # Enforce output schema
139- just-scrape search < query> --location-geo-code < code> # Geo-target search (e.g. 'us', 'de', 'jp-tk ')
139+ just-scrape search < query> --country < code> # Geo-target search (e.g. 'us', 'de', 'jp')
140140just-scrape search < query> --time-range < range> # past_hour | past_24_hours | past_week | past_month | past_year
141141just-scrape search < query> --format < markdown| html> # Result format (default markdown)
142142just-scrape search < query> --headers < json>
@@ -149,7 +149,7 @@ just-scrape search <query> --headers <json>
149149just-scrape search " What are the best Python web frameworks in 2025?" --num-results 10
150150
151151# Recent news only, scoped to Germany
152- just-scrape search " EU AI act latest news" --time-range past_week --location-geo-code de
152+ just-scrape search " EU AI act latest news" --time-range past_week --country de
153153
154154# Structured output with schema
155155just-scrape search " Top 5 cloud providers pricing" \
@@ -302,7 +302,7 @@ Commands have been renamed to match the v2 API:
302302| ` markdownify ` | ` markdownify ` | Now wraps ` scrape --format markdown ` |
303303| ` scrape ` | ` scrape ` | Gains ` --format ` (markdown, html, screenshot, branding, links, images, summary, json), multi-format via comma, ` --html-mode ` , ` --scrolls ` , ` --prompt ` , ` --schema ` |
304304| ` crawl ` | ` crawl ` | New options: ` --max-depth ` , ` --max-links-per-page ` , ` --allow-external ` , ` --format ` |
305- | ` search ` | ` search ` | New options: ` --location-geo-code ` , ` --time-range ` , ` --format ` |
305+ | ` search ` | ` search ` | New options: ` --country ` , ` --time-range ` , ` --format ` |
306306| ` --stealth ` flag | ` --stealth ` | Separate boolean flag; fetch mode is now ` auto ` , ` fast ` , or ` js ` |
307307| ` agentic-scraper ` | — | Removed from API |
308308| ` generate-schema ` | — | Removed from API |
0 commit comments