You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- remove images too big / no value added
- polish description in README
add symboize_names option if user want to use string as dictionary key (closer to JSON
Integrate search data into your AI workflow, RAG / fine tuning or ruby application using this official wrapper for [SerpApi](https://serpapi.com).
8
6
9
-
Integrate search data into your AI workflow or ruby application. This library is the official wrapper for [SerpApi](https://serpapi.com).
10
-
SerpApi supports Google, Google Maps, Google Shopping, Baidu, Yandex, Yahoo, eBay, App Stores, and more.
11
-
Fast query at scale a vast range of data, including web search results, flight schedule, stock market data, news headlines, and more.
7
+
SerpApi supports Google, Google Maps, Google Shopping, Baidu, Yandex, Yahoo, eBay, App Stores, and [more.](https://serpapi.com).
8
+
9
+
Fast query at scale a vast range of data, including web search results, flight schedule, stock market data, news headlines, and [more.](https://serpapi.com).
12
10
13
11
## Features
14
12
*`persistent` → Keep socket connection open to save on SSL handshake / reconnection (2x faster). [Search at scale](#Search-At-Scale)
@@ -20,7 +18,7 @@ Fast query at scale a vast range of data, including web search results, flight s
20
18
21
19
To achieve optimal performance, it is essential to have Ruby 3.1+ (preferably version 3.4) installed.
22
20
23
-
| Older versions such as Ruby 1.9, 2.x, and JRuby are compatible with [serpapi older library](https://github.com/serpapi/google-search-results-ruby), which continues to function effectively.
21
+
| Older versions such as Ruby 1.9, 2.x, and JRuby are compatible with [serpapi older library](https://github.com/serpapi/google-search-results-ruby), which continues to function effectively. see [migration guide](#Migration-quick-guide) if you are using the older library.
24
22
25
23
### Bundler
26
24
```ruby
@@ -53,7 +51,10 @@ Environment variables are a secure, safe, and easy way to manage secrets.
53
51
Ruby accesses these variables from `ENV['SERPAPI_KEY']`.
54
52
55
53
56
-
## Search API advanced Usage
54
+
## Search API advanced usage with Google search engine
55
+
56
+
This example dives into all the available parameters for the Google search engine.
57
+
The set of parameters is extensive and depends on the search engine you choose.
Integrate search data into your AI workflow, RAG / fine tuning or ruby application using this official wrapper for [SerpApi](https://serpapi.com).
28
26
29
-
Integrate search data into your AI workflow or ruby application. This library is the official wrapper for [SerpApi](https://serpapi.com).
30
-
SerpApi supports Google, Google Maps, Google Shopping, Baidu, Yandex, Yahoo, eBay, App Stores, and more.
31
-
Fast query at scale a vast range of data, including web search results, flight schedule, stock market data, news headlines, and more.
27
+
SerpApi supports Google, Google Maps, Google Shopping, Baidu, Yandex, Yahoo, eBay, App Stores, and [more.](https://serpapi.com).
28
+
29
+
Fast query at scale a vast range of data, including web search results, flight schedule, stock market data, news headlines, and [more.](https://serpapi.com).
32
30
33
31
## Features
34
32
* `persistent` → Keep socket connection open to save on SSL handshake / reconnection (2x faster). [Search at scale](#Search-At-Scale)
@@ -40,7 +38,7 @@ Fast query at scale a vast range of data, including web search results, flight s
40
38
41
39
To achieve optimal performance, it is essential to have Ruby 3.1+ (preferably version 3.4) installed.
42
40
43
-
| Older versions such as Ruby 1.9, 2.x, and JRuby are compatible with [serpapi older library](https://github.com/serpapi/google-search-results-ruby), which continues to function effectively.
41
+
| Older versions such as Ruby 1.9, 2.x, and JRuby are compatible with [serpapi older library](https://github.com/serpapi/google-search-results-ruby), which continues to function effectively. see [migration guide](#Migration-quick-guide) if you are using the older library.
44
42
45
43
### Bundler
46
44
```ruby
@@ -73,7 +71,10 @@ Environment variables are a secure, safe, and easy way to manage secrets.
73
71
Ruby accesses these variables from `ENV['SERPAPI_KEY']`.
74
72
75
73
76
-
## Search API advanced Usage
74
+
## Search API advanced usage with Google search engine
75
+
76
+
This example dives into all the available parameters for the Google search engine.
77
+
The set of parameters is extensive and depends on the search engine you choose.
0 commit comments