POST
/
extract
/
search
curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v3/extract/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://www.google.com/search?q=how+java+work",
  "callback": "<string>",
  "edgeId": "<string>",
  "isGetHealthEdge": true,
  "isObstinate": true,
  "params": {},
  "tag": "<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 Request

Authorizations

Authorization
string
header
required

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.