Skip to content
View mdugan8186's full-sized avatar

Block or report mdugan8186

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mdugan8186/README.md

Hi, I’m Mike Dugan πŸ‘‹

Python Web Scraper & Automation Developer

I build fast, reliable, and production-ready web scraping and automation tools. My focus is clean, structured data extraction that clients can plug directly into dashboards, analytics pipelines, or applications.


πŸš€ Portfolio Projects

Here are a few scraping projects that show my approach to clean code, modular design, and real-world data use:

πŸ‘‰ You can also view these projects on my portfolio website:
πŸ”— mdugan8186.github.io/scraping-portfolio


πŸ› οΈ Tech Stack

  • Languages & Tools: Python, Playwright, Selenium, Scrapy, BeautifulSoup, Pandas
  • Practices: Modular design, clean outputs (CSV/JSON), headless browser automation, API integration
  • Other Tools: Git/GitHub, VS Code, Linux/macOS, Jupyter

πŸ“¬ Contact


πŸ’‘ Open to freelance projects and collaborations in web scraping, automation, and data engineering.

Pinned Loading

  1. steam-sale-scraper steam-sale-scraper Public

    Scrapes Steam β€œSpecials” page to collect discounted games, exports structured CSVs with pricing, tags, and reviews.

    HTML

  2. opengovus-scraper opengovus-scraper Public

    Scraper for OpenGovUS business registrations. Collects company name, address, category, and registration date into CSVs.

    HTML

  3. book-scraper book-scraper Public

    Demo eCommerce scraper for BooksToScrape.com. Extracts book details (title, price, availability, rating, etc.) into timestamped CSVs.

    HTML

  4. coingecko-scraper coingecko-scraper Public

    Retrieves top cryptocurrencies from the CoinGecko API, including price, market cap, volume, and 24h change, exports structured CSVs.

    Python