Skip to content

Quick & dirty selenium scraper for doing a USPTO trademark clearance search.

Notifications You must be signed in to change notification settings

mewertow/USPTO_trademark_scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python USPTO Trademark Scraper

Simple scraper using selenium to run a trademark clearance search on the USPTO website. Pulls out Goods & Services data, serial numbers, and word marks for all entries, then saves in a .csv file.

Install Dependencies:

pip install -r requirements.txt

Dependencies

Flow

  1. Run the file from terminal: python uspto_tm_scrape.py
  2. Enter your search term. Note: Can't be empty.
  3. Sit back and relax

Notes

Only tested on windows 10 (version 10.0.18363)

TODO: Improvements

  1. Iterate over data table only once, pulling out data as you go, for significant speed improvement.
  2. Append an existing .csv file rather than dump all data from pandas dataframe at the end - in case the browser window closes, all data is lost.
  3. Add a list of filter terms for the G&S text to pull out relevant entries - e.g., 'media' or 'video games'

About

Quick & dirty selenium scraper for doing a USPTO trademark clearance search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages