Tag

web scraping

2 public articles.

ScrapingBee Launches Gemini API Endpoint for AI-Powered Web Data Extraction

ScrapingBee introduces a new Gemini API endpoint, allowing users to send prompts via existing accounts and receive structured AI responses (plain text, Markdown, citations), enabling AI analysis, summarization, and insight extraction in scraping workflows without separate infrastructure.

How to Web Scrape with HTTPX and Python

This article covers how to use the modern Python HTTP client HTTPX for web scraping, including key scalability decisions like timeout settings, retry mechanisms, proxy rotation, and concurrent requests.