Skip to main content

Pinterest | a simple data scraper for pinterest

Project description

pinscrape

built with Python3

This package can be use to scrape images from pinterest just by using any search keywords. Install it just by using

pip install pinscrape

How to use?

from pinscrape import pinscrape
details = pinscrape.scraper.scrape("messi", "output", {}, 10, 15)

if details["isDownloaded"]:
    print("\nDownloading completed !!")
    print(f"\nTotal urls found: {len(details['extracted_urls'])}")
    print(f"\nTotal images downloaded (including duplicate images): {len(details['url_list'])}")
    print(details)
else:
    print("\nNothing to download !!")

scrape("messi", "output", {}, 10, 15)

  • "messi" is keyword
  • "output" is path to a folder where you want to save images
  • {} is proxy list if you want to add one (optional)
  • 10 is a number of threads you want to use for downloading those images (optional)
  • 15 is the maximum number of images you want to download (optional)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pinscrape-3.1.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

pinscrape-3.1.0-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page