Submit

Query WIPO patent data

Request URL

POST https://scrapeapi.pangolinfo.com/api/v3/wipo

Request Headers

ParametersParameter valueTypeDescription
Content-Typeapplication/jsonstringData format
AuthorizationBearer xxxstringAuthorization Token

Request Parameters

ParametersRequiredTypeDescription
DSNostringSpecify country
EDNostringExpiration date
fromNointPage start position
HOLNostringRight holder
IDNostringUnique identifier
ID_searchNostringID variant
IRNNostringInternational registration number
LCSNostringLocarno Classification Number
PRODNostringProduct name
RDNostringRegistration date
sizeNointItems per page
SOURCENostringData source
STATUSNostringLegal status

Response value

Return valueTypeDescription
totalintTotal matches
hitsstringSearch results list

Request example

curl https://scrapeapi.pangolinfo.com/api/v3/wipo \
  --request POST \
  --header 'Authorization: ' \
  --header 'Content-Type: application/json' \
  --data '{
  "RD": "2021-01-01",
  "STATUS": "ACT",
  "IRN": "000298",
  "HOL": "W-A PROGETTAZIONI",
  "ID": "ALID.AL/I/2021/000001",
  "ID_search": "AL/I/2021/000001",
  "LCS": "23-01",
  "PROD": "SHISHE",
  "SOURCE": "ALID",
  "DS": "AL",
  "ED": "2026-01-11",
  "from": 0,
  "size": 10
}'

Return example

{
  "data": {
    "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 Request