Skip to main content

Imgur wesbite scraper

Project description

Title

Imgur website Scraper

Descrption

  • With imgur Scraper you can scrape search results and extract the contents produced by the search result.
  • In imgur scraper it will scrape the data present of the website and give json data which contains the details of the contents on the website.
  • It gives the every detail present inside website in the form of json data which contains the link of the post, text related to it, comments, views, likes etc.

JSON sample data

{
    "Scraper_repeat_data_0": [
        {
            "column_20": [
                {
                    "link": "/t/blues_clues/1j2ytAN",
                    "text": "Select ...Options MenuiconLinkCopy LinkDownloadDownloadThank you, Steve!Upvote1,446Comments47Post views98K"
                }
            ]
        },
        {
            "column_20": [
                {
                    "link": "/t/blues_clues/mmYMVVp",
                    "text": "Select ...Options MenuiconLinkCopy LinkDownloadDownloadI'm not crying...You're crying!Upvote83Comments6Post views3K"
                }
            ]
        }
    ],

Download full sample data

Run Scraper

from imgur_wesbite_scraper import *
link="https://imgur.com/t/blues_clues?source=featured_tag_module"
data=run_imgur_wesbite_scraper(link)

How it works?

  • It takes URL of imgur page with a search keyword to scrape the data.
  • It generates the json data which contains the information of the imgur search result.

Examples

Below are some of the examples of URLs using which you can scrape:

Queries/ Feedback

If you have some queries or feedback please contact us at following
Telegram
Email

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

imgur_wesbite_scraper-1.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

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