@@ -59,7 +59,6 @@ Documentation is [available on Read the Docs](https://serpapi-python.readthedocs
5959### Search Bing
6060``` python
6161import os
62-
6362import serpapi
6463
6564client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -74,7 +73,6 @@ results = client.search({
7473### Search Baidu
7574``` python
7675import os
77-
7876import serpapi
7977
8078client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -89,7 +87,6 @@ results = client.search({
8987### Search Yahoo
9088``` python
9189import os
92-
9390import serpapi
9491
9592client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -104,7 +101,6 @@ results = client.search({
104101### Search YouTube
105102``` python
106103import os
107-
108104import serpapi
109105
110106client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -119,7 +115,6 @@ results = client.search({
119115### Search Walmart
120116``` python
121117import os
122-
123118import serpapi
124119
125120client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -134,7 +129,6 @@ results = client.search({
134129### Search eBay
135130``` python
136131import os
137-
138132import serpapi
139133
140134client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -149,7 +143,6 @@ results = client.search({
149143### Search Naver
150144``` python
151145import os
152-
153146import serpapi
154147
155148client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -164,7 +157,6 @@ results = client.search({
164157### Search Home Depot
165158``` python
166159import os
167-
168160import serpapi
169161
170162client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -179,7 +171,6 @@ results = client.search({
179171### Search Apple App Store
180172``` python
181173import os
182-
183174import serpapi
184175
185176client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -194,7 +185,6 @@ results = client.search({
194185### Search DuckDuckGo
195186``` python
196187import os
197-
198188import serpapi
199189
200190client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -209,7 +199,6 @@ results = client.search({
209199### Search Google
210200``` python
211201import os
212-
213202import serpapi
214203
215204client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -225,7 +214,6 @@ results = client.search({
225214### Search Google Scholar
226215``` python
227216import os
228-
229217import serpapi
230218
231219client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -240,7 +228,6 @@ results = client.search({
240228### Search Google Autocomplete
241229``` python
242230import os
243-
244231import serpapi
245232
246233client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -255,7 +242,6 @@ results = client.search({
255242### Search Google Product
256243``` python
257244import os
258-
259245import serpapi
260246
261247client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -271,7 +257,6 @@ results = client.search({
271257### Search Google Reverse Image
272258``` python
273259import os
274-
275260import serpapi
276261
277262client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -287,7 +272,6 @@ results = client.search({
287272### Search Google Events
288273``` python
289274import os
290-
291275import serpapi
292276
293277client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -302,7 +286,6 @@ results = client.search({
302286### Search Google Local Services
303287``` python
304288import os
305-
306289import serpapi
307290
308291client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -318,7 +301,6 @@ results = client.search({
318301### Search Google Maps
319302``` python
320303import os
321-
322304import serpapi
323305
324306
@@ -336,7 +318,6 @@ results = client.search({
336318### Search Google Jobs
337319``` python
338320import os
339-
340321import serpapi
341322
342323
@@ -352,7 +333,6 @@ results = client.search({
352333### Search Google Play
353334``` python
354335import os
355-
356336import serpapi
357337
358338client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
@@ -369,7 +349,6 @@ results = client.search({
369349### Search Google Images
370350``` python
371351import os
372-
373352import serpapi
374353
375354client = serpapi.Client(api_key = os.getenv(" API_KEY" ))
0 commit comments