Submit

Asynchronous endpoint – requires a separate callback receiver to be deployed.

Java-data-receive.zip 92.3KBGo-data-receiver.zip 7KBPy-data-receiver.zip 1KB

Request URL

POST https://scrapeapi.pangolinfo.com/api/v1/scrage/async

Request Headers

ParametersParameter valueTypeDescription
Content-Typeapplication/jsonstringData format
AuthorizationBearer xxxstringAuthorization Token

Request Parameters

ParametersRequiredTypeDescription
urlYesstringTarget URL
callbackUrlYesstringCallback URL
bizKeyYesstring

Choose a parsing template based on your business needs:
amzProductDetail: Get product details by ASIN ID
amzKeyword: Get product listings by keyword
amzProductOfCategory: Get product listings by category
amzProductOfSeller: Get product listings by seller
amzBestSellers: Get Best Sellers by category
amzNewReleases: Get New Releases by category

zipcodeYesstringAmazon ZIPCode
CountrySupported Zip Codes
United States10041, 90001, 60601, 84104
United KingdomW1S 3AS, EH15 1LR, M13 9PL, M2 5BQ
CanadaM4C 4Y4, V6E 1N2, H3G 2K8, T2R 0G5
Germany80331, 10115, 20095, 60306
France75000, 69001, 06000, 13000
Japan100-0004, 060-8588, 163-8001, 900-8570
Italy20019, 50121, 00042, 30100
Spain41001, 28001, 08001, 46001
Australia2000_SYDNEY, 3000_MELBOURNE
Mexico01000, 55000
Saudi ArabiaRiyadh_الرياض, Jeddah_جدة
UAEAbu Dhabi_ADCO Compound, Ajman_Aamra
Brazil03001-000, 20031-000

Response value

Return valueTypeDescription
codeintStatus Code
messagestringMessage
dataobjectReturned data

Return parameter data description

Return valueTypeDescription
datastring[]Task ID
bizMsgstringBusiness message returned by the target site
bizCodeintBusiness status code returned by the target site

Request example

curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v1/scrape/async \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://www.amazon.com/dp/B0DYTF8L2W",
  "callbackUrl": "https://webhook.site",
  "zipcode": "10041",
  "bizKey": "amzProductDetail"
}'

Return example

{
  "code": 0,
  "message": "ok",
  "data": {
    "data": "e7da6144bed54df7a2891e98fdc8d517",
    "bizMsg": "ok",
    "bizCode": 0
  }
}

Credit Consumption

Credits Consumption
Structured page data1 Credit/Per Request