Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.27.0-sdk.1

- Regenerated from the public API contract (837 to 848 operations). Adds public
job search and detail groups for Amazon, Apple, Google, Meta, and Tesla.
- Google Maps business responses now distinguish a missing `review_count`
(`null`) from a confirmed zero, and document locale-specific category labels.

## v1.26.0-sdk.1

- Regenerated from the public API contract (832 to 837 operations). Adds Google Play ratings, Instagram user dataset search/item/facets, and Reddit trending dataset search.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Python client for the public Crawlora API. Use it to call Crawlora scraping,
search, social, developer, marketplace, datasets, reviews, travel, media, books,
maps, finance, prediction-market, brand, and usage endpoints
maps, jobs, finance, prediction-market, brand, and usage endpoints
with generated type stubs for editor and type-checker support.

- Runtime: Python 3.10+
Expand Down
2 changes: 1 addition & 1 deletion crawlora/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .operations import GROUPS, OPERATIONS

DEFAULT_BASE_URL = "https://api.crawlora.net/api/v1"
VERSION = "1.26.0-sdk.1"
VERSION = "1.27.0-sdk.1"
DEFAULT_USER_AGENT = f"crawlora-python-sdk/{VERSION}"
DEFAULT_MAX_RETRY_DELAY = 30.0
DEFAULT_RETRY_STATUSES = (408, 409, 425, 429)
Expand Down
Loading
Loading