S
SerpAPI
serpapi
Web Scraping
Search engine results API covering 80+ engines with CAPTCHA solving.
$50/mo
subscription
Free tier
100 searches/mo free
Data Coverage
Capabilities
1
Google search2
Multi-engine search3
CAPTCHA solving4
Structured resultsHighlights
- •US Legal Shield included
Sample 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: ['serpapi'],
domain: 'example.com'
})
});
const data = await response.json();