Submit a new Landscape job

post
https://connect.patsnap.com/landscape-api/jobs
Try in Sandbox

Create a new Landscape analysis job to process patent collection.

The job will be processed asynchronously after creation

Request Parameters

List of parameters supported by this API endpoint

NameTypeExampleDescription
browser_uri
stringhttps://example.com/search?q=electric+vehicle
Browser URI, original browser link of the request
dashboard_id
stringdashboard123
Dashboard ID, associated dashboard identifier
description
stringAnalysis of electric vehicle technologies
Description, detailed description of the job
exclude_expired_patent
boolean-
Whether to exclude expired patents
expired_collapse
booleantrue
Whether to filter expired patents
filter_query
stringassignee:(Tesla)
Filter query, used to filter results
gid
array[ "group1", "group2" ]
Group ID list, identifies groups the user belongs to
job_id
Required
stringlandscape_job_12345
Job ID, uniquely identifies the Landscape job
lang
stringen
Language, specifies the language of results
match
array[ { "text": "artificial intelligence", "field": "title", "weight": 0.8 } ]
Match item list, used for text matching analysis
description
stringAdvanced technologies for electric vehicle batteries
Description, detailed description of match item
digest_text
stringElectric vehicle battery technology
Digest text, text digest of match item
title
Required
stringElectric vehicle battery technology
Title, title information of match item
oq
stringbattery
Other query string, supplementary search condition
par_job_id
stringjob123
Parent job ID, associated parent job
q
Required
stringelectric vehicle
Query string, main search condition
request_type
Required
stringsom
Request type, specifies the processing type of Landscape job
rows
integer<int32>100
Rows, specifies the size of result set
stemming
booleantrue
Whether to use stemming, affects text processing in search
time_slices
stringyear
Time slices, specifies how to divide the time range
time_start
string2010-01-01
Start time, starting point of time range for analysis
time_stop
string2020-12-31
End time, ending point of time range for analysis
time_type
stringfiling_date
Time type, specifies the type of time field to use
title
stringElectric Vehicle Landscape Analysis
Title, the title description of the job
uid
Required
stringuser123
User ID, identifies the requesting user

Response Schema

Structure of the API response data

Field NameTypeExampleDescription
data
string123
response data
status
booleantrue
response status

Success Response Example

Example of a successful API response

JSON
{
  "data": 123,
  "status": true,
  "error_code": 0
}

Error Codes

List of possible error codes returned by this endpoint

Business Errors

Error CodeDescription
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!

Platform Errors

Error CodeDescription
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!

HTTP Status Codes

Status CodeDescription
0Success
201Created
401Unauthorized
403Forbidden
404Not Found

Performance Metrics

Expected performance characteristics for this endpoint

Normal Response Time

5000 ms

Max Response Time

10000 ms