ScrapeGraph AI
JSON →AI-powered web scraping using the ScrapeGraph AI API. Requires an API key.
Install
npx -y @smithery/cli Tools · 17
- scrape POST /scrape with output_format options: markdown, html, screenshot, branding, links, images, summary
- extract POST /extract requiring website_url and user_prompt; optional output_schema
- search POST /search with num_results 1–20; supports country_search, time_range, output_schema
- crawl_start POST /crawl with extraction_mode: markdown, html, links, images, summary, branding, screenshot
- crawl_get_status GET /crawl/:id to poll until status is completed
- crawl_stop POST /crawl/:id/stop
- crawl_resume POST /crawl/:id/resume
- schema POST /schema to generate or augment a JSON Schema from a prompt
- credits GET /credits
- history GET /history with pagination and service filter
- monitor_create POST /monitor to create a monitor
- monitor_list GET /monitor to list monitors
- monitor_get GET /monitor/:id to get a specific monitor
- monitor_pause POST /monitor/:id/pause
- monitor_resume POST /monitor/:id/resume
- monitor_delete DELETE /monitor/:id
- monitor_activity GET /monitor/:id/activity for paginated tick history with id, createdAt, status, changed, elapsedMs, diffs
Environment variables
SGAI_API_URLSGAI_API_KEYSCRAPEGRAPH_API_BASE_URLYOUR_API_KEYBASE_URL
Links
★ 77 GitHub stars