Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ $response = $scrapingBeeClient->setParams([
])->get('https://www.scrapingbee.com')
```


### The Google Search ScrapingBee Client

```php
Expand All @@ -101,7 +102,9 @@ Look at the source code of `src/LaravelScrapingBeeGoogleSearch.php` for the othe

[LaravelScrapingBeeGoogleSearch.php](https://github.com/ziming/laravel-scrapingbee/blob/main/src/LaravelScrapingBeeGoogleSearch.php)

### The Walmart Search ScrapingBee Client
### Walmart ScrapingBee Clients

#### The Walmart Search ScrapingBee Client

```php
$walmartSearchScrapingBeeClient = Ziming\LaravelScrapingBee\LaravelScrapingBeeWalmartSearch::make();
Expand All @@ -121,8 +124,7 @@ Look at the source code of `src/LaravelScrapingBeeWalmartSearch.php` for the oth

[LaravelScrapingBeeWalmartSearch.php](https://github.com/ziming/laravel-scrapingbee/blob/main/src/LaravelScrapingBeeWalmartSearch.php)


### The Walmart Product ScrapingBee Client
#### The Walmart Product ScrapingBee Client

```php
$walmartProductScrapingBeeClient = Ziming\LaravelScrapingBee\LaravelScrapingBeeWalmartProduct::make();
Expand All @@ -139,6 +141,7 @@ Look at the source code of `src/LaravelScrapingBeeWalmartProduct.php` for the ot
[LaravelScrapingBeeWalmartProduct.php](https://github.com/ziming/laravel-scrapingbee/blob/main/src/LaravelScrapingBeeWalmartProduct.php)



## Testing

Currently, there are no tests. But if there are tests in the future, you can run the command below to execute the testcases.
Expand Down