Remote Data Mining And Management Job In Data Science And Analytics

Instagram API/Scraping

Find more Data Mining And Management remote jobs posted recently Worldwide

Looking to create a tool that can collect information from instagram given a hashtag.

For example: Given the hashtag #wedding
https://www.instagram.com/explore/tags/wedding/

I want to fetch the following information from each post under this hashtag: id, timestamp, location if post is tagged with location, hashtags used in post OR in comments, any users that are tagged.

Example:

[{\u200b
id: Bh-anXVBDKw,
timestamp: 1524624301,
location: {\u200b
id: asheville-north-carolina,
latitude: 35.5951,
longitude: 82.5515
}\u200b,
hashtags: {\u200b
Weddings: __number of times hashtag appears in post or comments__,
Asheville: 5,
weddingphotography: 2,
ashevilleweddings: 6,
DestinationWeddings: 2,
ashevilleweddingphotographer: 1,
IDo: 1,
CarolinaBride: 1,
RealWeddings: 2
}\u200b,
tags: [
user1,
user2,
user3
]
}\u200b,
...]

I prefer the tool to be written in Python.

Deliverable is the tool that can output this JSON data given a tag. This can be gathered using the Instagram API if possible or scraping

Or if there is an existing library or tool that can do this, the deliverable can just be to show me how to leverage the tool.
About the recuiter
Member since Nov 11, 2022
Rory Millikin
from Konya, Turkey

Skills & Expertise Required

Instagram API Instagram Marketing Python Web Scraping 

Open for hiringApply before - Aug 1, 2024

Work from Anywhere

40 hrs / week

Hourly Type

Remote Job

$13.42

Cost

Offer to work on this project closes in 82 days!
Are you interested in this Opportunity?

Looking for help? Checkout our video tutorial
How to search and apply for jobs

How to apply? Do you have more questions about the Job?
See frequently asked questions

Similar Projects

online examination system in python

Design a software for student homework and examination.
The objective of this topic is to create a software for examination on computer. Its features include
1. randomly select question and send exam to examinee
2. Automatically check the...read more

Developer needed classification of BCI 3 3a dataset using cnn and accuracy over 94% is needed

i need subject wise accuracy above 94% . Its cued motor imagery (multi-class) with 4 classes (left hand, right hand, foot, tongue) three subjects (ranging from quite good to fair performance)
EEG, 60 channels, 60 trials per class .The goal is imp...read more

Conversion of PDF bank statements into CSV

Were looking for a data extraction expert to extract transaction details from PDF bank statements into a CSV. There are 44 PDF statements. The fields to be extracted into a CSV:

Date -> Date of the transaction
Description -> Transaction...read more

Bayes Rule and Information Cascades

Bayes Rule and Information Cascades
This examples demonstrates how Bayes Rule can be used to model information cascades.

You need to simulate how a set of rational players would decide what the dominant color of balls is in an urn, if...read more

Solving a fractional differential equation using a neural network.

I want to solve a fractional differential equation. I already make neural network in TensorFlow but it has some bugs I couldnt fix it. May be you can do it.