Skip to main content

webgrep is a simple tool for scraping websites from the command line

Setup: > sudo easy_install webgrep

Example: Finding number of ratings for a book on goodreads

Find the location of the ‘Ratings’ in the html by using the -g option: > webgrep.py -g ‘Ratings’ -u “http://www.goodreads.com/book/show/4588.Extremely_Loud_and_Incredibly_Close” match,location “267,896 Ratings”,” 1,3,1,3,5,3,7,1,3,5,14,1,0”

Now use that location value (” 1,3,1,3,5,3,7,1,3,5,14,1,0”) as the -l argument to look in the same location on a different page > webgrep.py -l “ 1,3,1,3,5,3,7,1,3,5,14,1,0” -u “http://www.goodreads.com/book/show/1618.The_Curious_Incident_of_the_Dog_in_the_Night_Time” “778,683 Ratings”

Example: Using “-” in a location value as a wildcard. Want to find all imdb titles on a page

> webgrep.py -g Shawshank -u “http://www.imdb.com/search/title?num_votes=50000,&release_date=1990,&sort=user_rating,desc&title_type=feature” match,location The Shawshank Redemption,” 1,3,3,1,14,12,3,5,3,5,3,0”

> webgrep.py -g “The Dark Knight” -u “http://www.imdb.com/search/title?num_votes=50000,&release_date=1990,&sort=user_rating,desc&title_type=feature” match,location The Dark Knight,” 1,3,3,1,14,12,3,5,5,5,3,0” The Dark Knight Rises,” 1,3,3,1,14,12,3,5,69,5,3,0”

> webgrep.py -l “ 1,3,3,1,14,12,3,5,-,5,3,0” -u “http://www.imdb.com/search/title?num_votes=50000,&release_date=1990,&sort=user_rating,desc&title_type=feature” The Shawshank Redemption The Dark Knight Schindler’s List Pulp Fiction The Lord of the Rings: The Return of the King …

Common errors: Quote the -u argument in bash or else ‘&’ may be read as running the process in the background instead of part of the url

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

webgrep-0.0.8.tar.gz (7.6 kB view details)

Uploaded Source

File details

Details for the file webgrep-0.0.8.tar.gz.

File metadata

  • Download URL: webgrep-0.0.8.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for webgrep-0.0.8.tar.gz
Algorithm Hash digest
SHA256 bbc44bd65fbad28bae75e169850c56a9d508f14f53b7100532ba603f0cb5d691
MD5 19eacc128696f60fda0e667fa50ed208
BLAKE2b-256 69f365832aeb8d64d18a9d4bb7e62c05a9d3a9639fbd9b1307f52b732223573e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.8 This release

1 file

0.0.7

1 file

0.0.6

1 file

0.0.5

1 file

0.0.4

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page