
Overview
Agentic Scraper is our most advanced service for automating browser actions and scraping data from any website, including those protected by login or requiring complex interactions. It allows you to:- Navigate websites
- Perform sequences of actions (login, clicks, form filling, scrolling, etc.)
- Extract the resulting content as markdown
- Optionally use AI to extract structured data according to a schema
Try it instantly in our interactive playground – no coding required!
Difference: With vs Without AI Extraction
- Without AI Extraction (
ai_extraction: false
): You get the page content (after actions) as markdown/raw. Ideal for archiving, backup, or manual analysis. - With AI Extraction (
ai_extraction: true
): AI extracts structured data according to a provided schema (e.g., JSON with specific fields). Perfect for automation, integration, and data analysis.
Getting Started
Quick Start
Main Parameters
Parameter | Type | Required | Description |
---|---|---|---|
apiKey | string | Yes | Your ScrapeGraph API Key |
url | string | Yes | Target page URL |
use_session | bool | No | Keep browser session (useful for login) |
steps | array | Yes | Sequence of actions to perform (click, type, etc.) |
user_prompt | string | AI only | Prompt for AI extraction |
output_schema | object | AI only | JSON schema for structured output |
ai_extraction | bool | No | true = AI extraction, false = raw content only |
Get your API key from the dashboard
Use Cases
- Login and scraping of private dashboards
- Automation of forms and data collection
- Extraction of structured data from complex portals
- Archiving content after dynamic interactions
- End-to-end testing of web flows
Best Practices
- Carefully define the
steps
sequence to simulate user actions - Use
ai_extraction: false
for backup/archiving,true
for structured data - Provide a detailed
output_schema
for reliable AI results - Handle errors and poll for request status if the response is asynchronous
API Reference
For technical details see:Support & Resources
Documentation
Comprehensive guides and tutorials
API Reference
Detailed API documentation
Community
Join our Discord community
GitHub
Open-source projects
Main Website
Official website
Ready to try?
Get your API key and start using Agentic Scraper now!