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"
}
]
}
],
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file imgur_wesbite_scraper-1.0.1.tar.gz
.
File metadata
- Download URL: imgur_wesbite_scraper-1.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8e7cf16633cf6f4a4123e1769bcace27e19b59087a260226a5cb7920914774e |
|
MD5 | d47ccb7f493a8f9d3e0805d2f897892b |
|
BLAKE2b-256 | e799d65c880819bdabb124846940a9b5de822b43d7886f4e8e65d5e930eadac7 |