litescrape-sdk
Python SDK for the Litescrape API: validated, concurrent, retrying calls to the Google, Bing, DuckDuckGo, Yelp, Tripadvisor, and Apple Maps endpoints, with results returned in input order.
pip install litescrape-sdk
import os
from litescrape_sdk import GoogleMaps, scrape
os.environ["LITESCRAPE_API_KEY"] = "ls_live_..."
results = scrape(
[
{"endpoint": "google_search", "q": "coffee grinders", "gl": "us"},
GoogleMaps(q="coffee", type="search", ll="@40.745,-73.988,14z"),
]
)
for result in results:
print(result.ok, result.data or result.error)
help(litescrape_sdk.scrape) documents every argument, the retry and concurrency rules, and the error
types. ascrape is the same function for asyncio code, and litescrape_sdk.REQUEST_TYPES maps each
endpoint slug to its request class.
Development: uv sync, then uv run pytest, uv run ruff check ., and uv run ruff format ..
Release files for litescrape-sdk 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| litescrape_sdk-0.1.0.tar.gz | 43.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| litescrape_sdk-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 59.9 kB
Release files / litescrape_sdk-0.1.0.tar.gz
| Download URL | litescrape_sdk-0.1.0.tar.gz |
|---|---|
| Size | 43.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3a274cef2e9f07a0cbe1f6c7905a5d09869d2ead8867b7b799e4c26e75125883
|
|
BLAKE2b-256 checksum How to use checksums |
559c5991fb362e1087b1eea332dab372c5761a40d9654ad902c90986bf4c062f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 6, 2026.
Transparency logRelease files / litescrape_sdk-0.1.0-py3-none-any.whl
| Download URL | litescrape_sdk-0.1.0-py3-none-any.whl |
|---|---|
| Size | 16.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
abeca3ae3046237b79e34c73b93b501f067f1099754fc1f0f85c5fa095c6bf41
|
|
BLAKE2b-256 checksum How to use checksums |
8369d899b50a0bf960f9cfd46e4324a833039263896e89135a8847838c975335
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 6, 2026.
Transparency log