Get data by api
GET /api/parser?docId={string}
GET PCT data.
Note: docId parameter is required.
GET /api/parser?docId=PCT/GR2022/000070orGET /api/parser?docId=WO/2023/111602
Response:
{
"data":
{"biblioTabLink":"https://patentscope.wipo.int/search/en/detail.jsf?docId=PCT/GR2022/000070",
"pubNo":"WO/2023/111602",
"internationalApplicationNo":"PCT/GR2022/000070",
"publicationDate":"22.06.2023",
"internationFilingDate":"14.12.2022",
"chapterToDemandFiled":null,
"ipc":"G7B 17/0 2006.1, G6Q 10/83 2023.1",
"applicants":[
{
"address":"Ailianou 8-10\n11254 Athens",
"postCode":"11254",
"countryShortName":"GR",
"nationalityCountryShortName":"GR",
"residenceCountryShortName":"GR",
"text":"TSAMOURGKELIS, Ilias",
"lang":{
"shortName":null,
"fullName":null
}
}
],
...
...
...
},
"messages":[],
"succeeded":true
}
GET /api/parser/combination?app={string}&inv={string}&rep={string}&isSel={bool}&dateApp={string}&elr={bool}
GET Combination data.
Note: Either app, inv, or rep must be provided.
Note: If isSel is true, then elr must be false and vice versa. Both can be false.
Note: dateApp must be provided in the format dd.MM.yyyy.
GET /api/parser/combination?app=APPLE&inv=LIANG&isSel=true&dateApp=16.08.2000
Response:
{
"data":[
{
"pubNo":"WO/2023/150303",
"pctNo":"PCT/US2023/012327",
"namePCT":"DIGITAL ASSISTANT FOR PROVIDING REAL-TIME SOCIAL INTELLIGENCE",
"applicant":"APPLE INC.",
"inventor":"LIANG, Eddy Zexin",
"publicationDate":"2023-08-10T00:00:00",
"isHavePrioritet":true
},
{
"pubNo":"WO/2023/150132",
"pctNo":"PCT/US2023/012054",
"namePCT":"KEYWORD DETECTION USING MOTION SENSING","applicant":"APPLE INC.",
"inventor":"LIANG, Eddy Zexin",
"publicationDate":"2023-08-10T00:00:00",
"isHavePrioritet":true
},
...
...
...
],
"messages":[],
"succeeded":true
}