Skip to content

Commit 157e85f

Browse files
Merge pull request #27 from outscraper/os-added-more-examples
Os added more examples
2 parents 961b072 + 165c9cb commit 157e85f

9 files changed

+244
-0
lines changed

examples/Email Addresses Finder.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Email Addresses Finder With Python
2+
3+
Allows to validate email addresses. Checks if emails are deliverable. [Outscraper API](https://app.outscraper.cloud/api-docs#tag/Email-Related/paths/~1email-validator/get).
4+
5+
## Installation
6+
7+
Python 3+
8+
```bash
9+
pip install outscraper
10+
```
11+
12+
[Link to the Python package page](https://pypi.org/project/outscraper/)
13+
14+
## Initialization
15+
```python
16+
from outscraper import ApiClient
17+
18+
client = ApiClient(api_key='SECRET_API_KEY')
19+
```
20+
[Link to the profile page to create the API key](https://app.outscraper.com/profile)
21+
22+
## Usage
23+
24+
```python
25+
# Validate email addresses:
26+
results = client.validate_emails(['support@outscraper.com'])
27+
```
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Google Maps Photos Scraper With Python
2+
3+
Returns Google Maps photos from places when using search queries (e.g., restaurants, Manhattan, NY, USA) or from a single place when using IDs or names (e.g., NoMad Restaurant, NY, USA, 0x886916e8bc273979:0x5141fcb11460b226, ChIJu7bMNFV-54gR-lrHScvPRX4).
4+
In case no photos were found by your search criteria, your search request will consume the usage of one photo.[Outscraper API](https://app.outscraper.cloud/api-docs#tag/Google/paths/~1maps~1photos-v3/get).
5+
6+
## Installation
7+
8+
Python 3+
9+
```bash
10+
pip install outscraper
11+
```
12+
13+
[Link to the Python package page](https://pypi.org/project/outscraper/)
14+
15+
## Initialization
16+
```python
17+
from outscraper import ApiClient
18+
19+
client = ApiClient(api_key='SECRET_API_KEY')
20+
```
21+
[Link to the profile page to create the API key](https://app.outscraper.com/profile)
22+
23+
## Usage
24+
25+
```python
26+
# Get information about the places photos:
27+
results = client.google_maps_photos(['The NoMad Restaurant, NY, USA'])
28+
```

examples/SimilarWeb Scraper.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# SimilarWeb Scraper With Python
2+
3+
Returns website analytics data including traffic, rankings, audience insights, and competitive intelligence from SimilarWeb [Outscraper API](https://app.outscraper.cloud/api-docs#tag/Domain-Related/paths/~1similarweb/get).
4+
5+
## Installation
6+
7+
Python 3+
8+
```bash
9+
pip install outscraper
10+
```
11+
12+
[Link to the Python package page](https://pypi.org/project/outscraper/)
13+
14+
## Initialization
15+
```python
16+
from outscraper import ApiClient
17+
18+
client = ApiClient(api_key='SECRET_API_KEY')
19+
```
20+
[Link to the profile page to create the API key](https://app.outscraper.com/profile)
21+
22+
## Usage
23+
24+
```python
25+
# Get data from Similarweb businesses:
26+
results = client.similarweb(['apple.com'])
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Tripadvisor Reviews Scraper With Python
2+
3+
Returns reviews from Tripadvisor businesses.
4+
In case no reviews were found by your search criteria, your search request will consume the usage of one review. [Outscraper API](https://app.outscraper.cloud/api-docs#tag/Reviews-and-Comments/paths/~1tripadvisor-reviews/get).
5+
6+
## Installation
7+
8+
Python 3+
9+
```bash
10+
pip install outscraper
11+
```
12+
13+
[Link to the Python package page](https://pypi.org/project/outscraper/)
14+
15+
## Initialization
16+
```python
17+
from outscraper import ApiClient
18+
19+
client = ApiClient(api_key='SECRET_API_KEY')
20+
```
21+
[Link to the profile page to create the API key](https://app.outscraper.com/profile)
22+
23+
## Usage
24+
25+
```python
26+
# Get information about business:
27+
results = client.tripadvisor_reviews(['https://www.tripadvisor.com Restaurant_Review-g187147-d12947099-Reviews-Mayfair_Garden-Paris_Ile_de_France.html'])
28+
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Trustpilot Reviews Scraper With Python
2+
3+
Returns reviews from Trustpilot businesses. In case no reviews were found by your search criteria, your search request will consume the usage of one review.[Outscraper API](https://app.outscraper.cloud/api-docs#tag/Reviews-and-Comments/paths/~1trustpilot~1reviews/get).
4+
5+
## Installation
6+
7+
Python 3+
8+
```bash
9+
pip install outscraper
10+
```
11+
12+
[Link to the Python package page](https://pypi.org/project/outscraper/)
13+
14+
## Initialization
15+
```python
16+
from outscraper import ApiClient
17+
18+
client = ApiClient(api_key='SECRET_API_KEY')
19+
```
20+
[Link to the profile page to create the API key](https://app.outscraper.com/profile)
21+
22+
## Usage
23+
24+
```python
25+
# Get information about the reviews from Trustpilot:
26+
results = client.trustpilot_reviews(['https://www.trustpilot.com/review/outscraper.com'])
27+
```

examples/Trustpilot Scraper.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Trustpilot Scraper With Python
2+
3+
Returns data from Trustpilot businesses. [Outscraper API](https://app.outscraper.cloud/api-docs#tag/Businesses-and-POI/paths/~1trustpilot/get).
4+
5+
## Installation
6+
7+
Python 3+
8+
```bash
9+
pip install outscraper
10+
```
11+
12+
[Link to the Python package page](https://pypi.org/project/outscraper/)
13+
14+
## Initialization
15+
```python
16+
from outscraper import ApiClient
17+
18+
client = ApiClient(api_key='SECRET_API_KEY')
19+
```
20+
[Link to the profile page to create the API key](https://app.outscraper.com/profile)
21+
22+
## Usage
23+
24+
```python
25+
# Search data from Trustpilot businesses:
26+
results = client.trustpilot(['outscraper.com'])
27+
```

examples/Trustpilot Search Scraper.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Trustpilot Search Scraper With Python
2+
3+
Returns search results from Trustpilot. [Outscraper API](https://app.outscraper.cloud/api-docs#tag/Trustpilot/paths/~1trustpilot~1search/get).
4+
5+
## Installation
6+
7+
Python 3+
8+
```bash
9+
pip install outscraper
10+
```
11+
12+
[Link to the Python package page](https://pypi.org/project/outscraper/)
13+
14+
## Initialization
15+
```python
16+
from outscraper import ApiClient
17+
18+
client = ApiClient(api_key='SECRET_API_KEY')
19+
```
20+
[Link to the profile page to create the API key](https://app.outscraper.com/profile)
21+
22+
## Usage
23+
24+
```python
25+
# Get information about the search results from Trustpilot:
26+
results = client.trustpilot_search(['real estate'])
27+
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Yellow Pages Search Scraper With Python
2+
3+
Returns search results from Yellow Pages. [Outscraper API](https://app.outscraper.cloud/api-docs#tag/Businesses-and-POI/paths/~1yellowpages-search/get).
4+
5+
## Installation
6+
7+
Python 3+
8+
```bash
9+
pip install outscraper
10+
```
11+
12+
[Link to the Python package page](https://pypi.org/project/outscraper/)
13+
14+
## Initialization
15+
```python
16+
from outscraper import ApiClient
17+
18+
client = ApiClient(api_key='SECRET_API_KEY')
19+
```
20+
[Link to the profile page to create the API key](https://app.outscraper.com/profile)
21+
22+
## Usage
23+
24+
```python
25+
# Search results from Yellow Pages:
26+
results = client.yellowpages_search(['restaurants'])
27+
```

examples/Youtube Comments Scraper.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Youtube Comments Scraper With Python
2+
3+
Returns comments from YouTube videos.[Outscraper API](https://app.outscraper.cloud/api-docs#tag/Reviews-and-Comments/paths/~1youtube-comments/get).
4+
5+
## Installation
6+
7+
Python 3+
8+
```bash
9+
pip install outscraper
10+
```
11+
12+
[Link to the Python package page](https://pypi.org/project/outscraper/)
13+
14+
## Initialization
15+
```python
16+
from outscraper import ApiClient
17+
18+
client = ApiClient(api_key='SECRET_API_KEY')
19+
```
20+
[Link to the profile page to create the API key](https://app.outscraper.com/profile)
21+
22+
## Usage
23+
24+
```python
25+
# Get information about the comments from YouTube videos:
26+
results = client.youtube_comments(['https://www.youtube.com/watch?v=ph5pHgklaZ0'])
27+
```

0 commit comments

Comments
 (0)