We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24250d commit 96b59e5Copy full SHA for 96b59e5
README.md
@@ -27,6 +27,9 @@ return [
27
'api_key' => env('SCRAPINGBEE_API_KEY'),
28
'base_url' => env('SCRAPINGBEE_BASE_URL', 'https://app.scrapingbee.com/api/v1/'),
29
'timeout' => env('SCRAPINGBEE_TIMEOUT', 120),
30
+
31
+ 'google_search_base_url' => env('SCRAPINGBEE_GOOGLE_SEARCH_BASE_URL', 'https://app.scrapingbee.com/api/v1/store/google'),
32
+ 'walmart_search_base_url' => env('SCRAPINGBEE_WALMART_SEARCH_BASE_URL', 'https://app.scrapingbee.com/api/v1/walmart/search'),
33
];
34
```
35
0 commit comments