Instagram API Scraper avatar
Instagram API Scraper

Pricing

Pay per event

Go to Store
Instagram API Scraper

Instagram API Scraper

Developed by

Apify

Apify

Maintained by Apify

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

LK

Configure Run Option through the API

Closed

laKostas opened this issue
10 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!