USPTO Patents Scraper — Patent Search & Details avatar

USPTO Patents Scraper — Patent Search & Details

Pricing

$5.00 / 1,000 result items

Go to Apify Store
USPTO Patents Scraper — Patent Search & Details

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

Thrifty Kiwi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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

FieldTypeRequiredDefaultDescription
searchTypestringkeywordkeyword, patentNumber, inventor, or assignee
searchTextstringmachine learningYour search query
dateFromstringPublication date range start (YYYY-MM-DD)
dateTostringPublication date range end (YYYY-MM-DD)
maxResultsinteger100Max patents to return (1–10000)
timeoutinteger120HTTP 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.