Skip to content

Releases: serpapi/google-local-results-ai-parser

v0.2.6

14 Jul 17:21
0f0ddde
Compare
Choose a tag to compare

Fix a bug about service options

v0.2.5

14 Jul 11:12
bcbe453
Compare
Choose a tag to compare
  • Update explanations and add comments for example.rb
  • Update explanations and add comments for example_multiple.rb
  • A new example script for server parameter usage on single parsing
  • A new example script for server parameter usage on multiple parsing
  • A new example script for debugging single parsing
  • A new example script for debugging multiple parsing
  • Update Gemfile with json gem
  • Update Gemfile.lock
  • Update gemspec to add dependencies
  • Update gemspec to bump the version
  • Add 2 new parameters for debugging debug, and no_cache in main library code
  • Fix a minor issue with broken_css and iteration parameters not working with parse_multiple function. (The default values are enough, so no problems were detected in prototyping)
  • Fix the results hash structure for production-ready inference endpoints to look like free inference endpoints (not present in google-local-results-ai-server)
  • Fix the issue with production-ready inference endpoints serving only the results with top key (not present in google-local-results-ai-server)
  • Remove pry gem requirement from the main library code.
  • Update README.md

v0.2.4

21 Jun 13:50
Compare
Choose a tag to compare

Generalize the solutions introduced in 0.2.2, and fix mistakes from 0.2.3

v0.2.2

21 Jun 03:59
Compare
Choose a tag to compare

Fix more issues with the parser

v0.1.7

20 Jun 16:48
Compare
Choose a tag to compare

Generalize the fixes on v0.1.5 about service options being parsed as type and description

v0.1.5

20 Jun 14:36
Compare
Choose a tag to compare
  • Fix an issue born from recent change to values (some description are parsed as service options in SerpApi traditional results)

v0.1.4

20 Jun 02:37
Compare
Choose a tag to compare
  • Fix a minor error in reviews as price after fix

v0.1.3

20 Jun 02:04
Compare
Choose a tag to compare
  • Add a new reviews as price confusion handler
  • Add a new button text as address confusion handler
  • Add a new button text as service options confusion handler

v0.1.2

19 Jun 23:26
Compare
Choose a tag to compare

Fix a bug for description as hours confusion

  • Pick the index of the last hours to avoid confusions in after-corrections

v0.1.1

15 Jun 01:24
bece03b
Compare
Choose a tag to compare

The parallel gem in our stack needs to stay the same in order to use the gem safely. Users can use v0.1.0 for a non-fixated version of the gem,