Skip to content

excaliburne/clarifai-scrapers

Repository files navigation

❗ Incoming a proper README! This is still being developped and structure is chanding regularly.

Supports...

Instagram

  • Search
  • Scrape

Reddit

  • Search
  • Scrape

### CCsearch (Auth optional but recommended)

  • Search
  • Scrape

### Pixabay (Requires auth)

  • Search
  • Scrape

### Unsplash (Requires auth)

  • Search
  • Scrape

Piqsels

  • Search
  • Scrape

Pexels (Requires auth)

  • Search
  • Scrape

### VisualHunt (https://visualhunt.com/)

  • Search
  • Scrape

### Freephotos.cc

  • Search
  • Scrape

iStockPhoto

  • Search
  • Scrape

Flickr (Requires auth)

  • Search
  • Scrape

Usage

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)

Response Schema

Success

[
    {
        "id": "...",
        "alt_description": "...",
        "urls": {
            "full": "...",
            "thumb": "..."
        }
    }
]

Failure or no inputs found/fetched

[]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages