VOOZH about

URL: https://apify.com/fortuitous_pirate/uspto-scraper

โ‡ฑ USPTO Patent Search Scraper ยท Apify


Pricing

from $3.50 / 1,000 results

Go to Apify Store

USPTO Patent Search Scraper

Search US patents from USPTO. Get patent numbers, titles, inventors, claims, and citations. Essential for IP research and competitive analysis.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fortuitous Pirate

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

12

Total users

3

Monthly active users

a month ago

Last modified

Share

USPTO Patent & Trademark Scraper

Overview

Scrapes patent applications, grants, and trademark registrations from the USPTO Open Data Portal APIs. Supports keyword search, filters (Date From, Date To, Patent Type).

Features

  • Search by keywords to find specific results
  • Filter results by category or type
  • Export data in JSON, CSV, or Excel formats
  • Control output volume with configurable result limits

Use Cases

  • Track - Track federal government data releases and updates
  • Build - Build datasets for policy research and analysis
  • Monitor - Monitor regulatory changes and compliance requirements
  • Aggregate - Aggregate public government data for transparency projects

Input Parameters

ParameterTypeDescriptionDefault
searchTypestring (required)Type of data to search forpatents
keywordstringKeyword to search for in patents or trademarks
dateFromstringStart date for search range (YYYY-MM-DD)
dateTostringEnd date for search range (YYYY-MM-DD)
maxItemsintegerMaximum number of items to return100
patentTypestringType of patent documents to searchall
trademarkSerialNumberstringSpecific trademark serial number to look up (optional)
patentsViewApiKeystringAPI key for PatentsView (free, get at patentsview.org/apis/keyrequest). If no...

Output Example

Each result contains structured data like this:

{
"title":"Sample Government - Federal Result",
"agency":"Department of Commerce",
"date":"2025-01-15",
"description":"Detailed description of the item...",
"documentUrl":"https://example.com/item/12345",
"category":"Standard",
"url":"https://example.com/item/12345"
}

Pricing

This actor uses pay-per-result pricing:

  • $0.001 per result
  • $1.00 per 1,000 results

No monthly fees. You only pay for what you scrape. Apify Free plan includes $5/month in platform credits.

How to Run

Apify Console

  1. Go to the USPTO Patent & Trademark Scraper actor page
  2. Configure your input parameters
  3. Click Start and wait for the results
  4. Download data in JSON, CSV, or Excel format

API

curl-X POST "https://api.apify.com/v2/acts/fortuitous_pirate~uspto-scraper/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{"maxItems": 10}'

Python SDK

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("fortuitous_pirate/uspto-scraper").call(
run_input={"maxItems":10}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Integration

Connect USPTO Patent & Trademark Scraper with your existing tools and workflows:

  • API access - Programmatic access via Apify API
  • Webhooks - Get notified when scraping completes
  • Scheduling - Set up recurring runs on any schedule
  • Zapier / Make - Connect with 5,000+ apps via Apify integrations
  • Python / Node.js SDKs - Native client libraries for easy integration

You might also like

USPTO Patent Search Scraper

crawlerbros/uspto-patent-scraper

Search and extract US patent data from the USPTO Public Patent Search (PPUBS) - full-text search across 10M+ patents and patent applications. No API key required.

USPTO API - Patent & Trademark Data

alizarin_refrigerator-owner/uspto-api---patent-trademark-data

Access USPTO patent & trademark data. Search 11M+ US patents by keyword, inventor, assignee or classification. Get patent details, claims, citations legal status. Track trademark registrations and applications. Search Patents Search by Inventor Get Patent Claims Get Citations Search Trademarks

๐Ÿ“‹ USPTO Patent Search โ€” Claims & Prior Art

nexgendata/uspto-patent-search

Search US Patent & Trademark Office database. Extract patent titles, abstracts, claims, inventors & filing dates. Build IP research tools, prior art searches & patent analytics. Pay per patent.

USPTO Patent Scraper

devilscrapes/uspto-patents-scraper

Search US issued patents via the official USPTO Patents Public Search API โ€” patent number, title, abstract, inventors, assignee, classifications, priority, filing, and grant dates โ€” bulk export to JSON or CSV. Free, no key, no login.

Google Patents Intelligence: Claims, Citations, Family Tree

scrapemint/google-patents-scraper

Search Google Patents at scale. Pulls patent metadata, inventors, assignees, full claims, patent + non-patent citations, family members across jurisdictions, legal status, and PDF links. One row per patent. Pay per row.

USPTO Patent & Trademark Scraper

solidcode/uspto-patent-trademark-scraper

[๐Ÿ’ฐ $3.50 / 1K] Search and extract US patent and trademark records from the USPTO. Look up by keyword, inventor, assignee, or classification, or pull specific patent and trademark numbers โ€” get titles, abstracts, owners, inventors, dates, status, and classifications.