Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.7 KB

File metadata and controls

50 lines (32 loc) · 1.7 KB

Changelog

2.1.0 (2024-12-18)

Features

  • Added html_api() method for HTML API with unified GET/POST support
  • Added google_search() method for Google Search API
  • Added amazon_search() method for Amazon Search API
  • Added amazon_product() method for Amazon Product API
  • Added walmart_search() method for Walmart Search API
  • Added walmart_product() method for Walmart Product API
  • Added youtube_search() method for YouTube Search API
  • Added youtube_metadata() method for YouTube Metadata API
  • Added youtube_transcript() method for YouTube Transcript API
  • Added youtube_trainability() method for YouTube Trainability API
  • Added chatgpt() method for ChatGPT API
  • Added usage() method for Usage API
  • Refactored internal request() method to be API-agnostic

Deprecated

  • get() and post() methods are deprecated in favor of html_api() method

2.0.2 (2025-10-02)

Features

  • Added support for ai_extract_rules parameter in SpbParams.
  • Added Python 3.11 support.

Changes

  • Dropped Python 3.7 support.

2.0.1 (2023-10-17)

Bugfix

  • Fix typos in README.md (block_ressources -> block_resources, json_scenario -> js_scenario).

2.0.0 (2023-10-03)

Improvement

  • Properly url encode all params (Thanks to @tuky with PR15).

Breaking change

  • No need to url encode params anymore.