# MarioVilas/googlesearch

Google search from Python (unofficial).

Repository: https://github.com/MarioVilas/googlesearch
Canonical: https://ross.abutalabs.com/products/googlesearch
Language: Python
License: BSD-3-Clause
License Family: permissive
Archived: true
Last push: 2025-11-11T19:18:39+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 51, release rhythm 8, longevity 100
- inputs: {"age_days": 5063, "days_push": 295, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1252, forks 408 (observed 2026-08-28T04:04:08.446975+00:00)

## What it is
A Python library that performs Google web searches programmatically and returns result URLs, without using an official Google API. It is unofficial and not affiliated with Google.

## Use cases
- scrape google search results in python
- get top urls for a search query
- automate google searches without an api key
- collect search result links for research
- find pages matching a query programmatically

## When to choose
- you need quick, unofficial Google search results from Python without API keys or billing
- you only need URLs from search results, not structured metadata
- lightweight scraping of Google results is acceptable for your use case

## When to avoid
- you need a reliable, ToS-compliant solution at scale
- you need structured results like snippets, titles, or rankings
- you cannot tolerate breakage when Google changes its HTML

## Facets
- artifact type: library
- maturity: active
- function: web-scraping, search-engine, http-client
- domain: developer-tools
- platform: python, cross-platform
- tags: google-search, scraping, unofficial-api, search, automation

## Member repositories
- MarioVilas/googlesearch (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:08.446975+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-30T05:07:31.817924+00:00, confidence not recorded.
  - readme: https://github.com/MarioVilas/googlesearch (fetched 2026-08-28T04:04:08.446975+00:00, sha c5bad3a65c40)
- Data as of 2026-08-30T08:39:29.467469+00:00.
