Instagram API Scraper avatar

Instagram API Scraper

Try for free

30 days trial then $39.00/month - No credit card required now

Go to Store
Instagram API Scraper

Instagram API Scraper

apify/instagram-api-scraper
Try for free

30 days trial then $39.00/month - No credit card required now

Scrape and download Instagram posts, profiles, places, hashtags, photos without login. Supports search keywords and URL lists. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed.

Do you want to learn more about this Actor?

Get a demo
LK

Configure Run Option through the API

Closed

laKostas opened this issue
2 months ago

How can I configure the RAM used by the actor with the Python SDK? Here is how I do it now:

apifyClient = ApifyClient(api_key)

run_input = { "usernames": [username], "memory": 2048,}

run = apifyClient.actor("apify/instagram-profile-scraper").call(run_input=run_input, memory_mbytes=2048)

Still uses 4GB.

alexey avatar

Hi!

Please try to use call(actor_id, run_input... https://docs.apify.com/sdk/python/reference/class/Actor#call or call without chaining

alexey avatar

Hi again, I'm going to close this issue for now, but if there's still anything unclear, please, let us know. We appreciate customer feedback!

Developer
Maintained by Apify

Actor Metrics

  • 158 monthly users

  • 38 stars

  • >99% runs succeeded

  • 38 days response time

  • Created in May 2022

  • Modified 21 hours ago