A
Apify
apify
Web Scraping
Scraper marketplace with 10K+ pre-built automation actors.
$0.25/compute unit
usage based
Free tier
$5/mo free tier
Data Coverage
Capabilities
1
Pre-built scrapers2
Custom actors3
Proxy management4
Data storageSample Code
const response = await fetch('https://api.lastack.co/enrich', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
sources: ['apify'],
domain: 'example.com'
})
});
const data = await response.json();