❗ Incoming a proper README! This is still being developped and structure is chanding regularly.
- Search
- Scrape
- Search
- Scrape
### CCsearch (Auth optional but recommended)
- Search
- Scrape
### Pixabay (Requires auth)
- Search
- Scrape
### Unsplash (Requires auth)
- Search
- Scrape
- Search
- Scrape
- Search
- Scrape
### VisualHunt (https://visualhunt.com/)
- Search
- Scrape
### Freephotos.cc
- Search
- Scrape
- Search
- Scrape
- Search
- Scrape
from clarifai_scrapers import (
CCsearch, Piqsels,
Pixabay, Reddit,
InstagramScraper
)
scraper = Reddit()
data = scraper.submissions.search(query="pics", page_num=1, per_page=25)
print(data)
[
{
"id": "...",
"alt_description": "...",
"urls": {
"full": "...",
"thumb": "..."
}
}
]
[]