USPTO Patents Scraper — Patent Search & Details
Pricing
$5.00 / 1,000 result items
USPTO Patents Scraper — Patent Search & Details
Search and retrieve US patent data from the free USPTO Patent Examination Data System (PEDS) API. Supports keyword, patent number, inventor, and assignee searches with date range filters.
Pricing
$5.00 / 1,000 result items
Rating
0.0
(0)
Developer
Thrifty Kiwi
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
USPTO Patents Scraper
Search and retrieve US patent data from Google Patents — free, no API key required. Covers US patents from 1976 to present.
Features
- Keyword search — search across all patent text for specific terms
- Patent number lookup — retrieve details for a known patent number (e.g. US12345678)
- Inventor search — find patents by inventor name
- Assignee search — find patents owned by a specific company
- Date range filtering — narrow results by publication date
- Structured JSON output — patent number, title, abstract, inventor, assignee, dates, and more
- US-only results — automatically filtered to US patents
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
searchType | string | — | keyword | keyword, patentNumber, inventor, or assignee |
searchText | string | ✅ | machine learning | Your search query |
dateFrom | string | — | — | Publication date range start (YYYY-MM-DD) |
dateTo | string | — | — | Publication date range end (YYYY-MM-DD) |
maxResults | integer | — | 100 | Max patents to return (1–10000) |
timeout | integer | — | 120 | HTTP timeout in seconds |
Output
Each dataset item is a structured patent record:
{"publicationNumber": "US20260129270A1","title": "Generating translated media streams with accent","snippet": "Systems, methods and non-transitory computer readable media...","inventor": "Ben Avi Ingel","assignee": "Vidubly Ltd","filingDate": "2026-01-05","publicationDate": "2026-05-07","language": "en","pdfUrl": "","thumbnailUrl": "60x80/US20260129270A1/..."}
Example Use Cases
- Patent landscape analysis for competitive intelligence
- Prior art searches for patent applications
- Company patent portfolio research
- Academic research on technology trends
- Lead generation for IP law firms
How It Works
This Actor uses the Google Patents XHR endpoint — the same API that powers the search interface at patents.google.com. No authentication, no API key, no registration required. Results are filtered to US patents only and returned as clean, structured JSON.