# NikolaiT/GoogleScraper

A Python module to scrape several search engines (like Google, Yandex, Bing, Duckduckgo, ...). Including asynchronous networking support.

Repository: https://github.com/NikolaiT/GoogleScraper
Canonical: https://ross.abutalabs.com/products/googlescraper
Homepage: https://scrapeulous.com/
Language: HTML
License: Apache-2.0
License Family: permissive
Topics: search-engine, python, scraping, crawler, search-engines, search-engine-optimization
Last push: 2021-07-03T11:11:50+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4653, "days_push": 1887, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2874, forks 745 (observed 2026-08-28T04:07:27.247673+00:00)

## What it is
GoogleScraper is a Python module and CLI tool for scraping search engine results from Google, Bing, Yandex, DuckDuckGo and others, with support for both raw HTTP requests and browser-based (Selenium) scraping plus asynchronous networking. The project is explicitly unmaintained, with the author pointing users to newer successors.

## Use cases
- scrape google search results with python
- collect SERP data for SEO analysis
- scrape multiple search engines like bing and duckduckgo
- run asynchronous search engine scraping
- extract search result links and titles in bulk

## When to choose
- you need a quick, free way to pull search engine results and don't mind fixing breakages yourself
- you want a Python-based SERP scraper with both HTTP and Selenium modes
- you're studying how search engine scraping works

## When to avoid
- you need a maintained, reliable scraper - the author abandoned it in 2019 and admits it is extremely buggy
- you need large-scale, cloud-parallel scraping
- you want modern browser automation - the author recommends puppeteer-based successors instead

## Facets
- artifact type: library
- maturity: abandoned
- function: web-scraping, search-engine, http-client
- domain: crawlers, developer-tools
- platform: python, cross-platform, cli
- tags: search-engine-scraping, serp-scraping, async-scraping, crawler, seo, search

## Member repositories
- NikolaiT/GoogleScraper (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:27.247673+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:35:48.524082+00:00, confidence not recorded.
  - readme: https://github.com/NikolaiT/GoogleScraper (fetched 2026-08-28T04:07:27.247673+00:00, sha 7db55ddbdc4f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
