Skip to content

Tags: ScrapeGraphAI/scrapegraph-py

Tags

v2.2.0

Toggle v2.2.0's commit message
chore(release): 2.2.0 [skip ci]

# [2.2.0](v2.1.2...v2.2.0) (2026-05-28)

### Features

* add crawl pages support ([#97](#97)) ([1712ba1](1712ba1))

v2.1.2

Toggle v2.1.2's commit message
chore(release): 2.1.2 [skip ci]

## [2.1.2](v2.1.1...v2.1.2) (2026-05-14)

### Bug Fixes

* **docs:** re-apply v2 API migration to company-info cookbook notebook ([#96](#96)) ([cc6fd33](cc6fd33)), closes [#91](#91)

v2.1.1

Toggle v2.1.1's commit message
chore(release): 2.1.1 [skip ci]

## [2.1.1](v2.1.0...v2.1.1) (2026-04-21)

### Bug Fixes

* HealthResponse no longer contains non-existent `services` field ([752a951](752a951))
* narrow HealthResponse.status to Literal["ok", "degraded"] ([1882306](1882306))

v2.1.0

Toggle v2.1.0's commit message
Release 2.1.0

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #84 from ScrapeGraphAI/feat/v2-migration

feat: v2 SDK rewrite with Pydantic + httpx

v1.47.0

Toggle v1.47.0's commit message
ci(release): 1.47.0 [skip ci]

## [1.47.0](v1.46.0...v1.47.0) (2026-04-18)

### Features

* add location_geo_code parameter to SearchScraper ([c0cfb4f](c0cfb4f)), closes [#384](https://github.com/ScrapeGraphAI/scrapegraph-py/issues/384)
* add time_range parameter to SearchScraper ([2de9a89](2de9a89))
* add wait_ms parameter to Crawler endpoint ([0a67ce5](0a67ce5)), closes [sgai-api#402](https://github.com/ScrapeGraphAI/sgai-api/issues/402)
* add wait_ms parameter to SmartScraper, Scrape, and Markdownify endpoints ([b9c0f56](b9c0f56)), closes [ScrapeGraphAI/sgai-api#399](https://github.com/ScrapeGraphAI/sgai-api/issues/399)

### Bug Fixes

* remove trailing comma on headers field in ScrapeRequest model ([c6aa423](c6aa423))
* resolve 51 pre-existing test failures across test suite ([6734836](6734836))
* trigger release workflow ([3b2f90f](3b2f90f))
* update deprecation notice URL to official docs ([0c58efb](0c58efb))
* **ci:** update repository URL to scrapegraph-py ([ed003c8](ed003c8))

### chore

* add deprecation notice for v1.x and bump to 1.12.3 ([d105c85](d105c85))
* removed unused api ([7f78cf2](7f78cf2))

### CI

* reduce test matrix to Python 3.12 only and fix CI failures ([97c7898](97c7898))

v1.46.0

Toggle v1.46.0's commit message
ci(release): 1.46.0 [skip ci]

## [1.46.0](v1.45.0...v1.46.0) (2026-01-26)

### Features

* add breadth ([eff197e](eff197e))

v1.45.0

Toggle v1.45.0's commit message
ci(release): 1.45.0 [skip ci]

## [1.45.0](v1.44.1...v1.45.0) (2026-01-23)

### Features

* add webhook_url parameter to crawler endpoint ([20f656a](20f656a))

v1.44.1

Toggle v1.44.1's commit message
ci(release): 1.44.1 [skip ci]

## [1.44.1](v1.44.0...v1.44.1) (2026-01-17)

### Bug Fixes

* update readme ([a868465](a868465))