instagram_private_api
instagram_private_api copied to clipboard
can we scrape emails off of the ig profile?
I read all of the documentation for the private api, because you cant find the contact info on the website, and i found a couple possibilities for this: user_info(user_id), media_info(media_id), medias_info(media_ids), user_detail_info(user_id, **kwargs).
if you could help that would great.
You have the public_email
parameter on the user_info(user_id)
function/route