Playground
SERP Batch API
Getting Started
AI SERP API
Amazon Niche Data
Playground
- POSTAuth
- POSTAmazon Scrape API
- POSTAmazon Async API
- POSTAmazon Follow Seller API
- POSTAmazon Review API
- POSTSERP Async API
- POSTSERP Batch API
- POSTAI Mode API
- POSTAI Overview SERP API
- POSTKeyword Trends API
- POSTMap Data API
- POSTMap Data Batch API
- POSTCategory Tree API
- POSTSearch Categories API
- POSTBatch Category Paths API
- POSTCategory Filter API
- POSTNiche Filter API
- POSTWIPO API
- POSTGeneral Scrape API
Playground
SERP Batch API
POST
/
extract
/
batch
/
search
curl --request POST \
--url https://scrapeapi.pangolinfo.com/api/v3/extract/batch/search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"urls": [
"https://www.google.com/search?q=how+java+work"
],
"callback": "<string>",
"timeout": 25000
}'{
"status": 1,
"taskId": "string",
"url": "string",
"errorMessage": "string",
"html": "string",
"data": {
"items": {
"items": [
{
"type": "organic",
"items": [
{
"text": "Amazon Web Services (AWS)",
"type": "organic",
"title": "What is Java? - Java Programming Language Explained",
"url": "https://aws.amazon.com/what-is/java/"
},
{
"text": "Carnegie Mellon University",
"type": "organic",
"title": "How Java Works",
"url": "https://www.cs.cmu.edu/~jcarroll/15-100-s04/supps/basics/hist.html"
},
{
"text": "People also ask...Feedback",
"type": "organic",
"title": ""
}
]
},
{
"type": "related_searches",
"items": [
"What is Java programming used for",
"How JVM works",
"What is Java Oracle",
"What is Java syntax"
]
}
]
}
}
}Credit Consumption
0.5 Credit/Per RequestAuthorizations
Bearer token authentication
Body
application/json
Information for API task submission
The body is of type object.
Response
200 - application/json
Successful return example
The response is of type object.
curl --request POST \
--url https://scrapeapi.pangolinfo.com/api/v3/extract/batch/search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"urls": [
"https://www.google.com/search?q=how+java+work"
],
"callback": "<string>",
"timeout": 25000
}'{
"status": 1,
"taskId": "string",
"url": "string",
"errorMessage": "string",
"html": "string",
"data": {
"items": {
"items": [
{
"type": "organic",
"items": [
{
"text": "Amazon Web Services (AWS)",
"type": "organic",
"title": "What is Java? - Java Programming Language Explained",
"url": "https://aws.amazon.com/what-is/java/"
},
{
"text": "Carnegie Mellon University",
"type": "organic",
"title": "How Java Works",
"url": "https://www.cs.cmu.edu/~jcarroll/15-100-s04/supps/basics/hist.html"
},
{
"text": "People also ask...Feedback",
"type": "organic",
"title": ""
}
]
},
{
"type": "related_searches",
"items": [
"What is Java programming used for",
"How JVM works",
"What is Java Oracle",
"What is Java syntax"
]
}
]
}
}
}
