Recent content by Markk7

  1. Markk7

    Instagram scraping advice

    A software created by me, I ping the domains and check if they respond. It's all a matter of reputation ... it starts with a few emails a day until your IP or domain is recognized as trustworthy. If you send a lot of junk or send emails to non-existent addresses, you will immediately go...
  2. Markk7

    Instagram scraping advice

    Hi, keep in mind that I'm a computer programmer and I have created many things by myself. I'm not here to sell my software, also because it is forbidden by the forum rules so my answers will be limited. 1. Software created by me, I ping the domain and check if there is an answer. In addition...
  3. Markk7

    Instagram scraping advice

    I tried to segment, but with little success, I can't extrapolate the nationality. Even doing the research by hashtag or geographic location, I noticed that locations and interests are still mixed. For this reason I decided to save only the email address. Regarding the verification of the...
  4. Markk7

    Instagram scraping advice

    Hello to all friends of the forum! I've been scraping on instagram for years and I would like to share with you the benefits I have gained from this activity. Anyone who would like to discuss with me, suggest or collaborate, is welcome :) Thanks to this I got: 1. a list of millions of email...
  5. Markk7

    Looking for the best way to scrape email on Instagram

    My system works as follows: Account authentication through proxy and random useragent with saving of cookies, reading of 200 users, pause of 24h, reading of 200 users, pause 24h, reading of 200 users and so on. With this system, on the 4th - 5th day Instagram asks for new authentication with a...
  6. Markk7

    Looking for the best way to scrape email on Instagram

    I have been scraping for years collecting millions of email addresses through my software created in NodeJs and Instagram Private API, but for a few months it has been getting complicated following more and more restrictive checks on Instagram. Given that: - Use of PVA users. - Use of USA proxy...
  7. Markk7

    Instagram Private email scraper system

    Try Instagram Private API in NodeJS. Obviously it only works on public data, such as extrapolation in the bio or from the Email / phone contact buttons.
  8. Markk7

    Instagram username’s email address

    With some programming experience, you can create something for free in NodeJs with the Instagram Private API, I'm using these.
  9. Markk7

    Problem getting IG data from the web

    @777FLICK RapidApi definitely solves my problem. Thank you for your suggestion and let me know if I can reciprocate in any way. All the best
  10. Markk7

    Problem getting IG data from the web

    I did not know RapidAPI, I think it is the most professional solution. I will try immediately and let you know. Yes, I have already walked the path of scraper users, but after a few days it asks for authentication, capcha, password change etc. it's a real hassle. I think I will try the solution...
  11. Markk7

    Problem getting IG data from the web

    I have an influencers site, I need instagram data shown for companies so they can rate them and calculate engagement. Without data (biography, photos, videos, etc.) companies don't know how to choose the influencer ... The public instagram APIs are just for showing some personal data or just...
  12. Markk7

    Problem getting IG data from the web

    Hello everybody, I found this link https://www.instagram.com/username?__a=1&__d=dis to get user data in json format. I'm trying to download data to my website via jquery $.get(url, function (data) {... but Instagram requires authentication to show the complete data of the requested page. Could...
  13. Markk7

    Problem: Instagram CORS Policy, I can't extract the data on my website

    I learned that my link was not wrong, however your method also solves the CORS problem anyway. The problem is that Instagram has changed its html code, and the data is no longer present in JSON. I'll open a new thread on that since the new IG code appears to be fully encrypted. Thanks for your...
  14. Markk7

    Problem: Instagram CORS Policy, I can't extract the data on my website

    Thanks for the answer, I'm not familiar with cloudflare so I'm reading some guides to understand where to insert your code. I will let you know if I have solved it.
  15. Markk7

    Problem: Instagram CORS Policy, I can't extract the data on my website

    Hello everybody, I have a website that needs to extract data from Instagram to show photos and descriptions of some influencers, calculate the percentage of engagement, etc. but since Instagram has integrated the CORS policy I have a hard time doing this. For a while I fixed it by replacing the...
Back
Top