Playground
WIPO API
API Guide
Amazon Scrape API
General Scrape API
AI Overview SERP API
Keyword Trends API
Map Data API
Amazon Review API
Playground
WIPO API
Query WIPO patent data
POST
/
wipo
curl --request POST \
--url https://scrapeapi.pangolinfo.com/api/v3/wipo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"irn": "000298",
"ds": "AL",
"ed": "2026-01-11",
"from": 0,
"hol": "W-A PROGETTAZIONI",
"id": "ALID.AL/I/2021/000001",
"id_search": "AL/I/2021/000001",
"lcs": "23-01",
"prod": "SHISHE",
"rd": "2021-01-01",
"num": 10,
"source": "ALID",
"status": "ALL"
}'{
"total": 17442479,
"hits": [
{
"RD": "1999-03-01T23:59:59Z",
"STATUS": "ACT",
"PROD": [
"BIDON ME KAPAK 3 (D)"
],
"IRN": "000009",
"HOL": [
"BP OIL INTERNATIONAL LIMITED"
],
"SOURCE": "ALID",
"DOC": "00/10/ALI1997000010_20210503.1919.xml.gz",
"ID": "ALID.AL/I/1997/000010",
"LCS": [
"09-02"
],
"DC": 1,
"DS": [
"AL"
],
"IMG_DATA": [
{
"url": "http://localhost:8080/files/ALID/AL/I/1997/000010/images/ALI1997000010-0001.1-th.jpg",
"filename": "ALI1997000010-0001.1-th.jpg"
}
],
"DETAIL_URL": "https://designdb.wipo.int/designdb/jsp/getData.jsp?qi=1-Dn+iCIIkyW91UfVIxw+qmtQ/8go1zq1a11K64e5flHI=&SOURCE=ALID&LANG=en&XML=00/10/ALI1997000010_20210503.1919.xml.gz&KEY=//1997/000010&NO=1&TOT=17442479",
"DETAIL_DATA": {
"structured": {
"application_number": "AL/I/1997/000010",
"filing_date_of_the_application": "1997-06-11",
"national_registration_number": "000009",
"date_of_the_national_registration": "1999-03-01",
"expected_expiration_date_of_the_registrationrenewal": "2022-06-11",
"indication_of_products": "BIDON ME KAPAK 3 (D)"
}
},
"PROCESSED_AT": "2025-08-23T20:22:25.718Z",
"crawledAt": "2025-08-23T20:22:28.590Z",
"ED": "2022-06-11"
}
]
}Credit Consumption
2 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/wipo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"irn": "000298",
"ds": "AL",
"ed": "2026-01-11",
"from": 0,
"hol": "W-A PROGETTAZIONI",
"id": "ALID.AL/I/2021/000001",
"id_search": "AL/I/2021/000001",
"lcs": "23-01",
"prod": "SHISHE",
"rd": "2021-01-01",
"num": 10,
"source": "ALID",
"status": "ALL"
}'{
"total": 17442479,
"hits": [
{
"RD": "1999-03-01T23:59:59Z",
"STATUS": "ACT",
"PROD": [
"BIDON ME KAPAK 3 (D)"
],
"IRN": "000009",
"HOL": [
"BP OIL INTERNATIONAL LIMITED"
],
"SOURCE": "ALID",
"DOC": "00/10/ALI1997000010_20210503.1919.xml.gz",
"ID": "ALID.AL/I/1997/000010",
"LCS": [
"09-02"
],
"DC": 1,
"DS": [
"AL"
],
"IMG_DATA": [
{
"url": "http://localhost:8080/files/ALID/AL/I/1997/000010/images/ALI1997000010-0001.1-th.jpg",
"filename": "ALI1997000010-0001.1-th.jpg"
}
],
"DETAIL_URL": "https://designdb.wipo.int/designdb/jsp/getData.jsp?qi=1-Dn+iCIIkyW91UfVIxw+qmtQ/8go1zq1a11K64e5flHI=&SOURCE=ALID&LANG=en&XML=00/10/ALI1997000010_20210503.1919.xml.gz&KEY=//1997/000010&NO=1&TOT=17442479",
"DETAIL_DATA": {
"structured": {
"application_number": "AL/I/1997/000010",
"filing_date_of_the_application": "1997-06-11",
"national_registration_number": "000009",
"date_of_the_national_registration": "1999-03-01",
"expected_expiration_date_of_the_registrationrenewal": "2022-06-11",
"indication_of_products": "BIDON ME KAPAK 3 (D)"
}
},
"PROCESSED_AT": "2025-08-23T20:22:25.718Z",
"crawledAt": "2025-08-23T20:22:28.590Z",
"ED": "2022-06-11"
}
]
}
