![🏯 Instagram Scraper (Pay Per Result) avatar](https://images.apifyusercontent.com/TA9jW18zLXm_0lez0tG7_2-Q1Ky42WGcV9Nbduzq31g/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vY3VsYzcyeGI3TVAzRWJhZVgveWJnZ3JzMmZuTEJ4TzVCMTEtNmREb2M4R1Y5ZllVUEV4Z0xZUHFxVC0xMjAwLTgwLmpwZw.webp)
🏯 Instagram Scraper (Pay Per Result)
Pay $0.50 for 1,000 posts
![🏯 Instagram Scraper (Pay Per Result)](https://images.apifyusercontent.com/TA9jW18zLXm_0lez0tG7_2-Q1Ky42WGcV9Nbduzq31g/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vY3VsYzcyeGI3TVAzRWJhZVgveWJnZ3JzMmZuTEJ4TzVCMTEtNmREb2M4R1Y5ZllVUEV4Z0xZUHFxVC0xMjAwLTgwLmpwZw.webp)
🏯 Instagram Scraper (Pay Per Result)
Pay $0.50 for 1,000 posts
Famous for its blazing-fast speed and completeness, it offers rapid and efficient scraping of many URLs such as; location, audio, tag, and profile. It's incredibly cost-effective at only $0.50 for every 1000 posts, capable of scraping 100-200 posts each second!
Location scraping not working
When I run a test run with a location URL this is the only result:
[{'noResults': True, 'error': True, 'code': 'C006', 'message': 'Could not get posts for location ID: locations'}]
This is true on the console and in python:
location_id = "102624392520735" limit = 10 actor_id = "culc72xb7MP3EbaeX"
run_input = { "startUrls": ["https://www.instagram.com/explore/locations/327485353771492"], # "startUrls": ["https://www.instagram.com/explore/tags/burgerlove"], "timeout": 3600, # default is 60s which is likely too short "maxItems": limit, "until": "2023-12-31", "customMapFunction": "(object) => { return {...object} }", }
run = client.actor(actor_id).call(run_input=run_input)
results = [] for item in client.dataset(run["defaultDatasetId"]).iterate_items(): results.append(item) results
![apidojo avatar](https://apify-image-uploads-prod.s3.us-east-1.amazonaws.com/Xgifkh48ji5A55BpZ/0U5IXbIjCmhjGcBbA-apidojo.png)
Hello,
Unfortunately we cannot give you code level support. However you need to use other actor if you want to fetch locations https://apify.com/apidojo/instagram-location-scraper
Cheers
Actor Metrics
198 monthly users
-
41 stars
>99% runs succeeded
8.4 hours response time
Created in Dec 2023
Modified a day ago