Scrape API
Web Scraping API
Extract structured data from any website with our powerful scraping API. Support for CSS selectors, XPath, regex, and JavaScript rendering.
API Examples
Common scraping patterns and configurations
Basic scraping
Scrape a webpage with default settings
POST: https://api.agenty.ai/v1/scrape
{
"url": "https://example.com"
}Scrape with proxy
Use proxy for geo-restricted content
POST: https://api.agenty.ai/v1/scrape
{
"url": "https://example.com",
"anonymous": {
"proxy": true
}
}Wait for dynamic content
Wait for JavaScript-rendered content before scraping
POST: https://api.agenty.ai/v1/scrape
{
"url": "https://example.com",
"waitFor": 3000,
"goToOptions": {
"waitUntil": "networkidle2"
}
}Custom viewport scraping
Scrape with specific viewport dimensions
POST: https://api.agenty.ai/v1/scrape
{
"url": "https://example.com",
"viewport": {
"width": 1920,
"height": 1080
}
}Powerful Scraping Features
Everything you need for professional web scraping
CSS selector-based extraction
XPath and regex support
Batch URL processing
Custom field mapping
JavaScript rendering
Anti-detection measures
Use Cases
How businesses use our Scraping API
E-commerce Data
Extract product information, prices, and reviews from online stores
Lead Generation
Collect contact information and business details from directories
Market Research
Gather competitive intelligence and market data
Content Aggregation
Collect articles, news, and content from multiple sources
Ready to get started?
Start scraping websites with our powerful API today.
No credit card required
14-day free trial
Cancel anytime