DATA API · OVERVIEW
Patsnap Data API Reference for innovation intelligence
Use stable REST APIs to access Patsnap patent, literature, life sciences, chemical structure, and company innovation data.
- REST / JSON
- Bearer auth
- OpenAPI schema
- 5 domains
- One intelligence layer
- REST
- Predictable JSON APIs
- OpenAPI
- SDK and type generation
- Daily
- Core data updates
Explore by domain
Start with the data you need
Choose a domain based on the entities in your product, not the structure of the API catalog.
Patent Data Search
Explore Patent Data Search endpoints, request schemas, and response models.
18 endpointsExplore APIsPatent Basic Data
Explore Patent Basic Data endpoints, request schemas, and response models.
20 endpointsExplore APIsPatent Mining Data
Explore Patent Mining Data endpoints, request schemas, and response models.
11 endpointsExplore APIsPatent Legal Data
Explore Patent Legal Data endpoints, request schemas, and response models.
13 endpointsExplore APIsPatent Valuation Data
Explore Patent Valuation Data endpoints, request schemas, and response models.
10 endpointsExplore APIsPatent Monitor and Export
Explore Patent Monitor and Export endpoints, request schemas, and response models.
6 endpointsExplore APIsTechnology Key Report
Explore Technology Key Report endpoints, request schemas, and response models.
24 endpointsExplore APIsLiterature Data
Explore Literature Data endpoints, request schemas, and response models.
5 endpointsExplore APIsCustom Aggregate Data
Explore Custom Aggregate Data endpoints, request schemas, and response models.
2 endpointsExplore APIsLS Search
Explore LS Search endpoints, request schemas, and response models.
18 endpointsExplore APIsChemical and Bio Data
Explore Chemical and Bio Data endpoints, request schemas, and response models.
12 endpointsExplore APIsDrug Basic Data
Explore Drug Basic Data endpoints, request schemas, and response models.
10 endpointsExplore APIsDrug Clinical Trial Data
Explore Drug Clinical Trial Data endpoints, request schemas, and response models.
8 endpointsExplore APIsDrug Mining Data
Explore Drug Mining Data endpoints, request schemas, and response models.
4 endpointsExplore APIsDrug R&D Orgnization
Explore Drug R&D Orgnization endpoints, request schemas, and response models.
7 endpointsExplore APIsDrug Visual Analysis
Explore Drug Visual Analysis endpoints, request schemas, and response models.
5 endpointsExplore APIsPatsnap Analysis Report
Explore Patsnap Analysis Report endpoints, request schemas, and response models.
8 endpointsExplore APIsPatent Classification Data
Explore Patent Classification Data endpoints, request schemas, and response models.
2 endpointsExplore APIsBiopharmaceutical Dictionary Data
Explore Biopharmaceutical Dictionary Data endpoints, request schemas, and response models.
9 endpointsExplore APIsMonitor and Export API
Explore Monitor and Export API endpoints, request schemas, and response models.
2 endpointsExplore APIsChoose by intent
Pick an API by the job to be done
Decide whether you need to discover entities, enrich records, or produce a decision-ready output.
- DISCOVER
Find the right entities
Use query, semantic, image, or structure search to create a relevant result set.
- ENRICH
Add intelligence to a record
Retrieve bibliographic, legal, valuation, citation, and company-linked data.
- DECIDE
Deliver an actionable output
Use analytics, monitoring, and report APIs to power downstream decisions.
30-second preview
Validate your connection with one request
This preview stays intentionally short. Authentication, request anatomy, and error handling live in Guides.
Full steps live in Guides
One source of truth for integration guidance
Use the Overview to confirm the API shape, then follow the canonical guides for a production integration.
curl --request POST \
--url https://connect.patsnap.com/search/patent/query-search-count \
--header 'Authorization: Bearer <ACCESS_TOKEN>' \
--header 'Content-Type: application/json' \
--data '{
"query_text": "TACD: virtual reality",
"collapse_by": "PBD",
"collapse_type": "DOCDB",
"collapse_order": "LATEST"
}'Resources