Playground
WIPO API
API Guide
Amazon Scrape API
General Scrape API
AI Overview SERP API
Keyword Trends API
Map Data 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 '{
"DS": "AL",
"ED": "2026-01-11",
"from": 0,
"HOL": "W-A PROGETTAZIONI",
"ID": "ALID.AL/I/2021/000001",
"ID_search": "AL/I/2021/000001",
"IRN": "000298",
"LCS": "23-01",
"PROD": "SHISHE",
"RD": "2021-01-01",
"size": 10,
"SOURCE": "ALID",
"STATUS": "ACT"
}'{
"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
1.5 Credits/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 '{
"DS": "AL",
"ED": "2026-01-11",
"from": 0,
"HOL": "W-A PROGETTAZIONI",
"ID": "ALID.AL/I/2021/000001",
"ID_search": "AL/I/2021/000001",
"IRN": "000298",
"LCS": "23-01",
"PROD": "SHISHE",
"RD": "2021-01-01",
"size": 10,
"SOURCE": "ALID",
"STATUS": "ACT"
}'{
"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"
}
]
}
