Get to Know Our API Products

Before diving into the APIs, we recommend taking a moment to understand the differences between each endpoint so you can choose the one that best fits your use case.

General Scrape API

General Website API: Access public data from various general-purpose websites via a synchronous API. Returns either compressed raw HTML or Markdown format converted at no cost.
General Scrape API can achieve a success rate of over 90% for regular web page scraping.

SERP API

Retrieve search engine results based on specific keywords. This API enables sellers to quickly gain insights into market trends and popular product categories, supporting more accurate product selection decisions.

AI Overview SERP API

For certain search results that include AI-generated overview modules, the AI Mode SERP API can capture, extract, and parse these insights — helping sellers better understand user intent and stay ahead of emerging consumer trends.

Keyword Trends API

Track how keyword popularity evolves over time and across regions. The API supports cross-regional comparisons and historical trend analysis, helping e-commerce sellers monitor market shifts and identify rising keyword opportunities.

Map Data API

The Map Data API extracts key structured info (business names, ratings, hours, addresses, external links) from Maps search and business listing pages. It helps sellers conduct offline competitor research, regional market analysis, and brand distribution mapping—supporting smarter decisions on product selection, channel expansion, and local marketing with a broader market view.

WIPO API

The WIPO API provides programmatic access to WIPO’s public patent search database, supporting searches by keyword, applicant, technology domain, etc. It helps sellers quickly assess patent risks, evaluate product originality, and inform new product planning and compliance decisions—reducing infringement risks early in the product lifecycle.

Authentication

The returned token serves as a credential for accessing the task submission API and remains valid indefinitely.
Click here to register and get your Token. Receive 60 free credits and start using the API now!

Request URL

POST https://scrapeapi.pangolinfo.com/api/v1/auth

Request Headers

ParametersParameter ValueTypeDescription
Content-Typeapplication/jsonstringData format

Request Parameters

ParametersRequiredTypeDescription
emailYesstringAccount email
passwordYesstringAccount password

Response value

Return valueTypeDescription
codeintStatus Code
messagestringMessage
datastringToken returned after authentication

Request example

curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v1/auth \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "password": "<string>"
}'

Return example

{
  "code": 0,
  "message": "ok",
  "data": "<string>"
}

Status code

StatusDescription
0Everything worked as expected.
1004Invalid token
2001Insufficient credits
2007Account expired
10000 / 10001Task failed
404Incorrect URL address