Skip to content

Releases: ScrapingBee/scrapingbee-python

v2.0.2 Fix handling of AI extract rules

02 Oct 10:08
0441024

Choose a tag to compare

What's Changed

  • Fix handling of AI extract rules by @daolf in #19

Full Changelog: v2.0.1...v2.0.2

v2.0.1: Fixing typos Readme

17 Oct 15:35
f3a7669

Choose a tag to compare

Fixing typos Readme

v2.0.0

03 Oct 10:07
e8d0048

Choose a tag to compare

What's Changed

New Contributors

  • @tuky made their first contribution in #15

Full Changelog: v1.2.0...v2.0.0

v1.2.0: Add new parameters and retry mechanism

20 Mar 09:02
7faa894

Choose a tag to compare

This release document and support new parameters added to our API official documentation.

It also adds a retry mechanism allowing to retry the request when a 500 is returned. Reminder: no ScrapingBee credits are consumed when a 500 is encountered.

Python 3.6 support dropped.
Python 3.10 and 3.11 support were added.

v1.1.8: Fix POST handling

10 Aug 08:06
f331c26

Choose a tag to compare

Add the json parameter for post requests: (#10)

* Add the json parameter for post requests:
The purpose here is to be iso "requests" in order
to accept empty json body.

Some "black" formatting too.

* change flake8 max line length (100 -> 120)

v1.1.7: Add js_scenario support

22 Nov 10:03
530446b

Choose a tag to compare

Add js_scenario param (#9)

v1.1.6: Update documentation with Screenshot feature.

01 Jul 16:13
bace54e

Choose a tag to compare

v.1.1.5: Overwrite default user-agent

10 Jun 14:58
534f276

Choose a tag to compare

Overwrite default requests user-agent (#7)

* Overwrite default requests user-agent

v1.1.4: Improve Readme.md

09 Jun 08:43
e2db1fd

Choose a tag to compare

Update setup.py

v1.1.3: Improve extract_rules handling

08 Jun 19:09

Choose a tag to compare