|
and Register
Home
Contact Us

Technology Key Report [A007]Top Assignees

[A007]Top AssigneesPublicV1
The top companies with the largest patent portfolios in the technology field. Understand who are the largest players and the competitive threats in the technology space. Returns up to the top 10 assignees.
Note: Search must contain either keywords or IPC or Query Search.

Basic Information

Resource URL: /insights/applicant-ranking

Request Mode: get

Return Format: application/json

The API can only be called after logging in, click to log in

API Description Document Download

Request Parameters

query
ParameterTypeRequiredDescriptionSample
apply_end_timestringfalse
Patent apply date to, format:yyyy
2020
apply_start_timestringfalse
Patent apply date from, format:yyyy
2010
authoritystringfalse
Select the authority of the patent, the default query all databases, eg CN、US、EP、JP. To find more information, refer to https://analytics.zhihuiya.com/status. Example: US OR EP
CN
ipcstringfalse
Patent IPC classification
B66B11
keywordsstringfalse
Searches for keywords within patent title and summary. Supports AND, OR, NOT search logic, for example "mobile phone AND (screen OR battery)".
car
langstringtrue
Select the language , the default language is en, you can choose cn or en.
en
public_end_timestringfalse
Patent publication date to, format:yyyy
2020
public_start_timestringfalse
Patent publication date from, format:yyyy
2010
query_textstringfalse
Enter the Analytics Query, with a maximum length of 800 characters and cannot contain complex wildcards such as $W $PRE $WS $SEN $PARA $FREQ .etc
TACD: virtual reality

Request Sample

  • Curl
  • NodeJs
  • Python
  • Java
curl -X GET "https://connect.patsnap.com/insights/applicant-ranking?apply_end_time=2020&apply_start_time=2010&authority=CN&ipc=B66B11&keywords=car&lang=en&public_end_time=2020&public_start_time=2010&query_text=TACD%3A%20virtual%20reality&apikey="
-H "Content-Type:application/json"
-H "authorization:Bearer {token}"
const axios = require('axios');
const options = {
    url: "https://connect.patsnap.com/insights/applicant-ranking",
    method: "GET",
    headers: {
        'Content-Type': 'application/json',
        'authorization': 'Bearer {token}',
    },
    params: {
        'apply_end_time': '2020',
        'apply_start_time': '2010',
        'authority': 'CN',
        'ipc': 'B66B11',
        'keywords': 'car',
        'lang': 'en',
        'public_end_time': '2020',
        'public_start_time': '2010',
        'query_text': 'TACD: virtual reality',
        'apikey': '',
    },
};
axios(options).then(res => {
    console.log(res.data)
}).catch(err => {
    console.log(err)
})
import requests
url = "https://connect.patsnap.com/insights/applicant-ranking"

params = {
    "apply_end_time": "2020",
    "apply_start_time": "2010",
    "authority": "CN",
    "ipc": "B66B11",
    "keywords": "car",
    "lang": "en",
    "public_end_time": "2020",
    "public_start_time": "2010",
    "query_text": "TACD: virtual reality",
    "apikey": ""
}

payload = None

headers = {
    "Content-Type": "application/json",
    "authorization": "Bearer {token}"
}

response = requests.request("GET", url, params=params, data=payload, headers=headers)

print(response.text)
public static void main(String[] args) {
    String host = "https://connect.patsnap.com";
    String path = "/insights/applicant-ranking";

    Map headers = new HashMap();
    headers.put("Content-Type", "application/json");
    headers.put("authorization", "Bearer {token}");

    Map querys = new HashMap();
    querys.put("apply_end_time", "2020");
    querys.put("apply_start_time", "2010");
    querys.put("authority", "CN");
    querys.put("ipc", "B66B11");
    querys.put("keywords", "car");
    querys.put("lang", "en");
    querys.put("public_end_time", "2020");
    querys.put("public_start_time", "2010");
    querys.put("query_text", "TACD: virtual reality");
    querys.put("apikey", "");
    try {
        /**
        * Important Tips:
        * Please Download HttpUtils From
        * https://github.com/aliyun/api-gateway-demo-sign-java/blob/master/src/main/java/com/aliyun/api/gateway/demo/util/HttpUtils.java
        *
        * Please refer to the corresponding dependence:
        * https://github.com/aliyun/api-gateway-demo-sign-java/blob/master/pom.xml
        */
        HttpResponse response = HttpUtils.doGet(host, path, null, headers, querys);
        System.out.println(EntityUtils.toString(response.getEntity()));
    } catch (Exception e) {
        e.printStackTrace();
    }
}
Copy

Response Parameters

CommonResponse
ParameterTypeRequiredDescriptionSample
data
arrayfalse
response data
no sample
status
booleantrue
Status
false
error_msg
stringfalse
Error Message
The request parameter format is incorrect!
error_code
integertrue
Error Code
0
ApplicantRankingResponse
ParameterTypeRequiredDescriptionSample
count
integerfalse
patent counts
2918
applicant
stringfalse
assignee
QUALCOMM INC
percentage
numberfalse
percentage
0.1667

Response Error Details

error_codeDescription
0Success
401Unauthorized
403Forbidden
404Not Found
68300004Invalid parameter!
68300005Search api failure!
68300006Analytic basic access error!
68300007Bad request!
68300008Service error, please try again later!
68300010The file does not comply with upload specifications!
67200000API call exceeds the total limit set by the platform!
67200001API call exceeds the total limit set by the platform!
67200002The current call rate is too fast, exceeding the current configuration limit QPS!
67200003The key and secret parameters for applying for the token are incorrect or the client has been disabled!
67200004The requested api does not have permission. Please contact our support personnel!
67200005Insufficient account balance/number of calls!
67200006The client has exceeded the activation validity period!
67200007The current call exceeds the configured usage limit of the day!
67200008Please check if the required apikey in the query parameter has been transmitted!
67200009The apikey does not match the passed bearerToken. Please check if a valid token is being used!
67200012The request is illegal!
67200100The current server status is busy, request response timeout!
67200101The API requested currently does not exist. Please check the request path!

Response Body

  • json
{
    "data": [
        {
            "count": 2918,
            "applicant": "QUALCOMM INC",
            "percentage": 0.1667
        }
    ],
    "status": true,
    "error_code": 0
}
Copy
[A006]Top Inventors
[A008]Simple Legal Status