Recent content by fedupwithinsta

  1. F

    How to use Selenium to Like posts in feed?

    I've been trying to like the posts in my feed by using Selenium but so far have had no luck Here is my code: like_buttons = chrome.find_elements_by_xpath("//article//section//button//*[@aria-label='Like']") for button in like_buttons: button.click() time.sleep(1) I get...
  2. F

    Scraping Instagram profiles?

    need what?
  3. F

    Scraping Instagram profiles?

    Apparently you have to provide proxies to it yourself.
  4. F

    Scraping Instagram profiles?

    Yeah I heard about rapidapi , checked it out and saw that my best option was to use a service that costs 100 dollars for 15000 requests per day. I used to make nearly half a million requests per day to Insta with Tor , 15000 requests is just too low for me.
  5. F

    Scraping Instagram profiles?

    You mean residential proxies? I checked out the prices , haven't got any yet.
  6. F

    Scraping Instagram profiles?

    I wish regular proxies would have worked with Insta but Only residential and mobile proxies seem to work. They are just way too expensive to be cost efficient for my project.
  7. F

    Scraping Instagram profiles?

    Hello everyone , since about 10 days ago I can no longer use Tor to get profile data from routes like this one: https://www.instagram.com/{username}/?__a=1&__d=dis .It redirects me back to login page now. I looked up this problem and so far have not managed to find any solution other than using...
Back
Top