POST
/
scrape
curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v1/scrape \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://www.amazon.com",
  "site": "amz_us",
  "format": "json",
  "formatType": "all_formats",
  "mediaType": "all_contents",
  "parserName": "amzReviewV2",
  "bizContext": {
    "bizKey": "review",
    "pageCount": 1,
    "asin": "B076CLQDR4",
    "filterByStar": "all_stars",
    "sortBy": "recent"
  }
}'
{
  "code": 0,
  "message": "ok",
  "pointCost": 5,
  "data": {
    "json": [
      {
        "code": 0,
        "message": "ok",
        "data": {
          "results": [
            {
              "reviewId": "R3C2Q5J7C0DA76",
              "author": "Ilen Ferro",
              "authorId": "AEU3VSQZ6DYO2FZC5MOYNZ37OJJQ",
              "authorLink": "/gp/profile/amzn1.account.AEU3VSQZ6DYO2FZC5MOYNZ37OJJQ/ref=cm_cr_arp_d_gw_btm",
              "authorAvatar": "https://m.media-amazon.com/images/S/amazon-avatars-global/836b4724-a4fc-4f3e-9aff-f74a5a7a3b4f._CR0%2C0%2C500%2C500_SX460_.jpeg",
              "star": "5.0 out of 5 stars",
              "title": "Elegante",
              "content": "Maravilloso",
              "date": "May 23, 2026",
              "country": "United States",
              "purchased": true,
              "vineVoice": false,
              "helpful": "",
              "imgs": null,
              "videos": null,
              "attributes": [
                {
                  "Fit Type": "Faux fur collar"
                },
                {
                  "Size": "Small"
                },
                {
                  "Color": "New_red"
                }
              ],
              "asin": "B014CQ8MX4"
            },
            {
              "reviewId": "R1UILPJ47IXO4H",
              "author": "Emily",
              "authorId": "AFOE36W4R64TXNPFZBDBFF5BM3PQ",
              "authorLink": "/gp/profile/amzn1.account.AFOE36W4R64TXNPFZBDBFF5BM3PQ/ref=cm_cr_arp_d_gw_btm",
              "authorAvatar": "https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif",
              "star": "4.0 out of 5 stars",
              "title": "Cutest Best Coat",
              "content": "Literally the cutest best coat ever. Its warm, super cute, fits me everywhere right as a mid size girly...",
              "date": "April 13, 2026",
              "country": "United States",
              "purchased": true,
              "vineVoice": false,
              "helpful": "2 people found this helpful",
              "imgs": null,
              "videos": [
                "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/072f2619-a1fd-495b-9b08-d302b0a10d2a/embedded.cc.default.vertical.jobtemplate.hls.m3u8"
              ],
              "attributes": [
                {
                  "Fit Type": "Faux fur collar"
                },
                {
                  "Size": "X-Large"
                },
                {
                  "Color": "Camel"
                }
              ],
              "asin": "B014CQ8T2S"
            },
            {
              "reviewId": "R2PN4T8OVXKH91",
              "author": "Mister T",
              "authorId": "AF674BPPTRHWB23NEKF7PJAVDDBA",
              "authorLink": "/gp/profile/amzn1.account.AF674BPPTRHWB23NEKF7PJAVDDBA/ref=cm_cr_arp_d_gw_btm",
              "authorAvatar": "https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif",
              "star": "5.0 out of 5 stars",
              "title": "Great jacket",
              "content": "Wife loved the jacket . Fits true to size and is very warm.",
              "date": "April 9, 2026",
              "country": "United States",
              "purchased": true,
              "vineVoice": false,
              "helpful": "",
              "imgs": null,
              "videos": null,
              "attributes": null,
              "asin": ""
            }
          ]
        }
      }
    ],
    "url": "https://www.amazon.com",
    "taskId": "647ff502c31148b4af85bde03f8b0867"
  }
}

积点消耗说明

5个/次

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json

用于接口任务提交的信息

The body is of type object.

Response

200 - application/json

成功返回示例

The response is of type object.