Patent Publications Harvester: AI-Powered IP & R&D Insights
Pricing
$8.99/month + usage
Patent Publications Harvester: AI-Powered IP & R&D Insights
Automate IP research by extracting patent IDs, titles, applicants, and abstracts from Google Patents. Detect legal status and publication dates using residential proxies for secure harvesting. Perfect for R&D teams and law firms to track competitors and manage high-value lead data.
Pricing
$8.99/month + usage
Rating
0.0
(0)
Developer
Scrape Pilot
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
📜 Patent Intelligence Engine — USPTO & Google Patents Scraper
Extract high‑value intellectual property data from USPTO, Google Patents, and global patent databases.
Get structured patent metadata — title, applicants, abstract, legal status, publication date, and IP value scores. Perfect for R&D, competitive intelligence, and portfolio management.
🚀 Why This Tool is a Game‑Changer
- Multi‑Source Coverage – USPTO, Google Patents, and global databases (EPO, WIPO in future versions).
- Rich Metadata – Patent ID, title, applicants/assignees, abstract, publication date, legal status.
- IP Value Scoring – Demo includes a proprietary valuation metric (IP_Value_Score) to prioritize high‑impact patents.
- Demo Mode – Test the structure with 2 premium sample patents instantly.
- Bulk Ready – Accepts an array of patent IDs for batch processing.
- Residential Proxies – Designed to work with Apify proxy to avoid rate limits.
📥 Input Schema
The actor accepts a JSON object with the following fields:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
demo_mode | boolean | No | true | When true, returns 2 sample patents (no credits used). |
patent_ids | array of strings | No* | ["US10000000B2", "US20230000001A1"] | List of patent numbers to fetch. |
Note: If
demo_modeisfalse, you must provide at least one patent ID inpatent_ids.
Example Input (Demo)
{"demo_mode": true}
Example Input (Real Extraction)
{"demo_mode": false,"patent_ids": ["US10123456B2", "EP3456789A1", "WO2023123456A1"]}
📤 Output Fields
Each patent record includes the following fields:
| Field | Type | Description |
|---|---|---|
Patent_ID | string | Unique patent number (e.g., US10000000B2). |
Title | string | Full title of the invention. |
Applicants | string | Name(s) of the applicant(s) or assignee(s). |
Abstract | string | Short technical summary. |
Publication_Date | string | Date of publication (YYYY-MM-DD). |
Legal_Status | string | Active, Pending, Expired, etc. |
Assignee | string | Current assignee (if different from applicant). |
IP_Value_Score | string | (Demo only) Proprietary score for importance. |
Source_URL | string | Direct link to the patent on Google Patents or USPTO. |
Data_Grade | string | Quality indicator (e.g., ENTERPRISE, RESEARCH-READY). |
Example Output (Demo)
[{"Patent_ID": "US10000000B2","Title": "Coherent reinforcement of wireless signals","Applicants": "Raytheon Co","Abstract": "Systems and methods for providing coherent reinforcement of wireless signals are disclosed...","Publication_Date": "2018-06-19","Legal_Status": "Active","Assignee": "Raytheon Company","IP_Value_Score": "9.5/10","Data_Grade": "RESEARCH-READY"},{"Patent_ID": "US20230000001A1","Title": "System and method for AI-driven data processing","Applicants": "Tech Giant Corp","Abstract": "An artificial intelligence system designed to optimize big data structures for real-time analytics...","Publication_Date": "2023-01-05","Legal_Status": "Pending","Assignee": "Global Innovations Inc.","IP_Value_Score": "8.8/10","Data_Grade": "RESEARCH-READY"}]
🛠 How to Use on Apify
- Try the Demo – Set
demo_mode: trueand run. You’ll see two high‑quality patent samples. - Enter Patent IDs – In the input, list the patent numbers you want to analyze.
- Configure Proxies – For large‑scale runs, enable residential proxies to avoid IP blocks.
- Run & Export – Results appear in the Dataset tab. Download as JSON, CSV, or Excel.
Running via API
curl -X POST "https://api.apify.com/v2/acts/your-username~patent-intelligence-engine/runs" \-H "Content-Type: application/json" \-H "Authorization: Bearer YOUR_API_TOKEN" \-d '{"patent_ids": ["US10123456B2", "US9876543B1"],"demo_mode": false}'
💡 Ideal Use Cases
- R&D Departments – Monitor competitors’ patents and identify white spaces.
- Patent Attorneys – Quickly retrieve structured data for filings and prior art searches.
- Investment Analysts – Evaluate IP portfolios before investing in startups.
- Tech Transfer Offices – Track university innovations and licensing opportunities.
- Data Scientists – Build patent datasets for AI/ML models.
🔍 SEO Keywords
patent scraper, USPTO data, Google Patents API, intellectual property extractor, patent metadata, IP intelligence, competitive patent analysis, bulk patent lookup, patent portfolio analysis, Apify patent tool
⚠️ Notes & Limitations
- Demo Data – Sample patents are for illustration only; they may not reflect real‑world patents.
- Real Extraction – The current version includes a placeholder for live extraction. Production version will integrate with official APIs and scraping (USPTO bulk data, Google Patents).
- Patent Formats – Supports US (US...), European (EP...), and PCT (WO...) formats; others may be added.
- Legal Status – Real‑time status requires deeper integration with USPTO PAIR or similar databases.