Posts by Tags

non-tech

product-management

python

Getting started with Selenium Webdriver and Requests in Python

9 minute read

Published:

In this short tutorial, let’s look at the US Patent and Trademark Office (USPTO) website and scrape the patent database using a keyword search. We will use Selenium WebDriver to scrape the data. We will then use the Requests library to download the individual patent PDF documents. Read more

thoughts

tutorial

Getting started with Selenium Webdriver and Requests in Python

9 minute read

Published:

In this short tutorial, let’s look at the US Patent and Trademark Office (USPTO) website and scrape the patent database using a keyword search. We will use Selenium WebDriver to scrape the data. We will then use the Requests library to download the individual patent PDF documents. Read more

web-scraping

Getting started with Selenium Webdriver and Requests in Python

9 minute read

Published:

In this short tutorial, let’s look at the US Patent and Trademark Office (USPTO) website and scrape the patent database using a keyword search. We will use Selenium WebDriver to scrape the data. We will then use the Requests library to download the individual patent PDF documents. Read more