Patent Publications Harvester: AI-Powered IP & R&D Insights avatar

Patent Publications Harvester: AI-Powered IP & R&D Insights

Pricing

$8.99/month + usage

Go to Apify Store
Patent Publications Harvester: AI-Powered IP & R&D Insights

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

Scrape Pilot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

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:

FieldTypeRequiredDefaultDescription
demo_modebooleanNotrueWhen true, returns 2 sample patents (no credits used).
patent_idsarray of stringsNo*["US10000000B2", "US20230000001A1"]List of patent numbers to fetch.

Note: If demo_mode is false, you must provide at least one patent ID in patent_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:

FieldTypeDescription
Patent_IDstringUnique patent number (e.g., US10000000B2).
TitlestringFull title of the invention.
ApplicantsstringName(s) of the applicant(s) or assignee(s).
AbstractstringShort technical summary.
Publication_DatestringDate of publication (YYYY-MM-DD).
Legal_StatusstringActive, Pending, Expired, etc.
AssigneestringCurrent assignee (if different from applicant).
IP_Value_Scorestring(Demo only) Proprietary score for importance.
Source_URLstringDirect link to the patent on Google Patents or USPTO.
Data_GradestringQuality 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

  1. Try the Demo – Set demo_mode: true and run. You’ll see two high‑quality patent samples.
  2. Enter Patent IDs – In the input, list the patent numbers you want to analyze.
  3. Configure Proxies – For large‑scale runs, enable residential proxies to avoid IP blocks.
  4. 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.