Eureka Patent Abstract Translation
This skill guides you on how to retrieve translated patent titles and abstracts from the Eureka patent data platform, supporting Chinese, English, and Japanese translations.
Core Concepts
Eureka is a professional patent data platform. This tool queries its database to return translated titles and abstracts for one or more patents. You can look up patents by patent ID or publication (announcement) number, and receive translations in Chinese, English, or Japanese.
Patent identification: Each patent can be identified by either a
(internal identifier) or a
(public publication/announcement number such as
or
). If both are provided, the patent ID takes priority.
Family patent fallback: When the original patent has no abstract available, you can optionally substitute the abstract from a related family patent by setting
to
.
Parameter Guide
| Parameter | Type | Required | Description |
|---|
| patentId | string | At least one of patentId or patentNumber | Internal patent ID. Separate multiple IDs with commas. Up to 100 patents per request. |
| patentNumber | string | At least one of patentId or patentNumber | Publication (announcement) number. Separate multiple numbers with commas. Up to 100 patents per request. |
| replaceByRelated | integer | No | Whether to substitute a family patent abstract when the original is unavailable. = yes, = no. Default . |
| lang | string | No | Target translation language. = English (default), = Chinese, = Japanese. |
Key Rules
- At least one identifier is required: You must provide either or (or both). If both are supplied, takes priority.
- Batch queries: Multiple patents can be queried at once by separating values with commas, up to 100 per request.
- Default language is English: When the user does not specify a language, use .
- Family fallback: Set to only when the user explicitly wants a substitute abstract from a family patent if the original is missing.
Response Fields
| Field | Description |
|---|
| total | Number of patent records returned |
| data | Array of patent objects (see below) |
| data[].patentId | Internal patent ID |
| data[].pn | Publication (announcement) number |
| data[].title | Translated patent title |
| data[].abstractText | Translated patent abstract |
| data[].pnRelated | Publication number of the substitute family patent (only present when family replacement was used) |
| costToken | Tokens consumed by this request |
Usage Examples
1. Translate a single patent abstract to English by publication number
Look up patent number US20200012345A1 and give me the English abstract.
Parameters:
patentNumber = "US20200012345A1"
,
2. Translate multiple patents to Chinese
Get the Chinese translation of abstracts for patents CN112345678A and US20200067890A1.
Parameters:
patentNumber = "CN112345678A,US20200067890A1"
,
3. Look up by patent ID with family fallback
Get the Japanese abstract for patent ID 12345678. If the abstract is unavailable, use a family patent instead.
4. Batch query by patent IDs
Translate the titles and abstracts for these patent IDs: 111111, 222222, 333333.
Parameters:
patentId = "111111,222222,333333"
,
5. Translate to Chinese with family patent fallback enabled
查询专利CN112345678A的中文摘要,如果没有就用同族专利替代。
Parameters:
patentNumber = "CN112345678A"
,
,
Display Rules
- Present data clearly: Show results in a well-structured table with patent number, title, and abstract.
- Indicate language: Mention the translation language in the output header so users know which language the results are in.
- Family patent notice: If is present in any result, explicitly inform the user that the abstract was sourced from a family patent and show the substitute publication number.
- Long abstracts: For very long abstracts, display the full text without truncation so users can review the complete content.
- Error handling: When a query fails or returns no results, explain the likely cause (e.g., invalid patent number, patent not found in database) and suggest corrections.
API Usage
This tool calls the LinkFox tool gateway API. See
for calling conventions, request parameters, and response structure. You can also execute
scripts/eureka_abstract_translated.py
directly to run queries.
Important Limitations
- Identifier required: At least one of patent ID or publication number must be provided; the tool cannot perform keyword-based searches.
- Translation languages: Only Chinese (), English (), and Japanese () are supported.
- No full-text retrieval: This tool returns only titles and abstracts, not full patent claims or descriptions.
- Family replacement is optional: The substitute family patent abstract is only provided when explicitly requested via .
- Batch limit: A maximum of 100 patents per request.
User Expression & Scenario Quick Reference
Applicable -- Patent abstract and title translation queries:
| User Says | Scenario |
|---|
| "Translate this patent abstract" | Single patent translation |
| "What does patent XX say / what is it about" | Abstract lookup |
| "Get the Chinese/Japanese version of this patent" | Specific language translation |
| "Look up the abstract for patent number XX" | Publication number lookup |
| "Translate these patents in batch" | Batch translation |
| "The abstract is missing, try a family patent" | Family patent fallback |
Not applicable -- Needs beyond abstract translation:
- Full patent text, claims, or description retrieval
- Patent search by keyword, classification, or applicant
- Patent legal status, citation analysis, or landscape reports
- Patent valuation or infringement analysis
Boundary -- Edge cases:
- If the user asks for "patent content" without specifying which part, default to abstract translation and inform them about claim/description tools.
- If the user provides more than 100 patents, split into multiple batches.
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
- The functionality or purpose described in this skill does not match actual behavior
- The skill's results do not match the user's intent
- The user expresses dissatisfaction or praise about this skill
- Anything you believe could be improved
Call the feedback API as specified in
. Do not interrupt the user's flow.
For more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.