Skip to main content

Web scraper, but made easy

The easiest way to scrape the Internet.

Functionality

Scrape the Internet to get the information or perform the actions you need. By now we only have a ChromeScraper class to scrape using Google Chrome.

Usage

Use the driver like this:

  1. Create an instance, go to a website and wait until loaded, without GUI:
from web_scraper_easy import ChromeScraper
from web_scraper_easy.chrome.dataclasses.options_argument import StartMaximizedChromeOptionsArgument

# Initialize it, full screen but no GUI
chrome = ChromeScraper.init(
    do_use_gui = False,
    additional_options = [
        StartMaximizedChromeOptionsArgument
    ]
)
chrome.go_to_web_and_wait_until_loaded('https://webscraper.io/test-sites/e-commerce/allinone/product/146')
# Get the card to interact with it
card_thumbnail = chrome.find_element_by_class('div', 'card thumbnail')

Check the tests files to see more examples.

Download files

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

Source Distribution

web_scraper_easy-0.0.2.tar.gz (15.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

web_scraper_easy-0.0.2-py3-none-any.whl (17.8 kB view details)

Uploaded Python 3

File details

Details for the file web_scraper_easy-0.0.2.tar.gz.

File metadata

  • Download URL: web_scraper_easy-0.0.2.tar.gz
  • Upload date:
  • Size: 15.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.0 CPython/3.9.0 Windows/10

File hashes

Hashes for web_scraper_easy-0.0.2.tar.gz
Algorithm Hash digest
SHA256 043a0f26290b3423176f1ebc19d800e0d605950272dd6bcd2b0be1f5899129a3
MD5 89e9ba2cd8fcd8aaa202ac9fe03aae87
BLAKE2b-256 d9ead1510a303110482477375be89a4971fbd270b45cda357e0f2bbe550b471b

See more details on using hashes here.

File details

Details for the file web_scraper_easy-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: web_scraper_easy-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 17.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.0 CPython/3.9.0 Windows/10

File hashes

Hashes for web_scraper_easy-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 40148ee9ca1581bf7bfdbde0f53cf533d7c1b7af2dccaaa8918b081cd696b74b
MD5 ec22e3484a5dbdc4709729ae7082863f
BLAKE2b-256 c965e0134fab0392485bdf2756a1425459e937e35967a27feeb39bd066f9bac2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page