Topic
9 posts tagged “Python”.
Guides
Install Camoufox, launch it with humanize/os/geoip config, verify the fingerprint, and see which detection layer a patched Firefox does and doesn't beat.
Beat TLS fingerprinting with curl_cffi and curl-impersonate: install, impersonate a real browser's handshake, verify it, and know what it still won't fix.
Install Crawlee for Python, run BeautifulSoup and Playwright crawlers under one API, and let AdaptivePlaywrightCrawler pick the cheaper one per page.
Learn web scraping with Python step by step — requests + BeautifulSoup, pagination, Playwright for JavaScript pages, and when a scraping API beats DIY.
A complete BeautifulSoup tutorial: install bs4, master find_all and CSS selectors, scrape a real site to CSV, handle pagination, and fix common errors.
Learn Selenium web scraping with Python in 2026: Selenium 4 setup, headless Chrome, WebDriverWait, real interactions, and when to switch to an API.
Web scraping with Playwright in Python: setup, locators, blocking assets, intercepting JSON responses, parallel contexts, and honest limits at scale.
A practical Scrapy tutorial: project setup, your first spider, CSS selectors, pagination with response.follow, pipelines, and production settings.
Collect Google Scholar results — titles, authors, citation counts, and links — despite there being no official API, plus why it blocks scrapers and what works.