google-maps-scraper 0.3.0

Apify-style Google Maps scraper for Rust — drive a real Chrome via CDP, search by query + scroll the results feed, click each place, extract name/address/phone/website. No API key needed.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "google-maps-scraper"
version = "0.3.0"
authors = ["Lionel Machire <lionel.machire@googlemail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apify-style Google Maps scraper for Rust — drive a real Chrome via CDP, search by query + scroll the results feed, click each place, extract name/address/phone/website. No API key needed."
homepage = "https://github.com/Liohtml/google-maps-scraper-rs"
documentation = "https://docs.rs/google-maps-scraper"
readme = "README.md"
keywords = [
    "google-maps",
    "scraper",
    "headless-chrome",
    "places",
    "lead-generation",
]
categories = [
    "web-programming",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Liohtml/google-maps-scraper-rs"

[lib]
name = "google_maps_scraper"
path = "src/lib.rs"

[[example]]
name = "scrape_one"
path = "examples/scrape_one.rs"

[dependencies.chromiumoxide]
version = "0.9"
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.regex]
version = "1.10"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "time",
    "macros",
    "rt",
    "rt-multi-thread",
    "sync",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]