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
Integrate search data into your Ruby application. This library is the official wrapper for SerpApi (https://serpapi.com).
11
+
Integrate search data into your Python application. This library is the official wrapper for SerpApi (https://serpapi.com).
13
12
14
13
SerpApi supports Google, Google Maps, Google Shopping, Baidu, Yandex, Yahoo, eBay, App Stores, and more.
15
14
@@ -35,7 +34,7 @@ results = client.search({
35
34
print(results['organic_results'])
36
35
```
37
36
38
-
This example runs a search for "coffee" on Google. It then returns the results as a regular Ruby Hash. See the [playground](https://serpapi.com/playground) to generate your own code.
37
+
This example runs a search for "coffee" on Google. It then returns the results as a dict. See the [playground](https://serpapi.com/playground) to generate your own code.
39
38
40
39
## Advanced Usage
41
40
### Search API
@@ -86,10 +85,8 @@ raw_html = client.html(params)
86
85
[Google search documentation](https://serpapi.com/search-api). More hands on examples are available below.
Integrate search data into your Ruby application. This library is the official wrapper for SerpApi (https://serpapi.com).
23
+
Integrate search data into your Python application. This library is the official wrapper for SerpApi (https://serpapi.com).
25
24
26
25
SerpApi supports Google, Google Maps, Google Shopping, Baidu, Yandex, Yahoo, eBay, App Stores, and more.
27
26
@@ -47,7 +46,7 @@ results = client.search({
47
46
print(results['organic_results'])
48
47
```
49
48
50
-
This example runs a search for "coffee" on Google. It then returns the results as a regular Ruby Hash. See the [playground](https://serpapi.com/playground) to generate your own code.
49
+
This example runs a search for "coffee" on Google. It then returns the results as a dict. See the [playground](https://serpapi.com/playground) to generate your own code.
51
50
52
51
## Advanced Usage
53
52
### Search API
@@ -98,10 +97,8 @@ raw_html = client.html(params)
98
97
[Google search documentation](https://serpapi.com/search-api). More hands on examples are available below.
0 commit comments