
Instagram API Scraper
Pricing
Pay per event

Instagram API Scraper
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.
4.7 (10)
Pricing
Pay per event
106
Total users
5.6K
Monthly users
727
Runs succeeded
98%
Issues response
1.3 days
Last modified
13 hours ago
Configure Run Option through the API
Closed
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.

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

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!