Scrape data from Instagram video.
An Apify actor that fetches statistical data from Instagram posts using the Apify Instagram Scraper. This actor retrieves view counts, play counts, likes, and comments for Instagram posts.
1git clone <repository-url> 2cd instagram-stats-actor
pip install apify-client httpx tenacity
1{ 2 "url": "https://www.instagram.com/p/example" 3}
1{ 2 "url": "https://www.instagram.com/p/example", 3 "shortCode": "example", 4 "statistics": { 5 "views": 1000, 6 "plays": 950, 7 "likes": 500, 8 "comments": 50 9 }, 10 "success": true 11}
Parameter | Type | Description | Default |
---|---|---|---|
timeout | int | Request timeout in seconds | 30 |
max_retries | int | Maximum number of retry attempts | 3 |
The actor implements comprehensive error handling:
1{ 2 "url": "https://www.instagram.com/p/example" 3}
1{ 2 "url": "https://www.instagram.com/p/example", 3 "timeout": 60, 4 "maxRetries": 5 5}
1{ 2 "url": "https://www.instagram.com/p/example", 3 "shortCode": "example", 4 "statistics": { 5 "views": 1000, 6 "plays": 950, 7 "likes": 500, 8 "comments": 50 9 }, 10 "success": true 11}
1{ 2 "url": "https://www.instagram.com/p/example", 3 "error": "Request timed out after 30 seconds", 4 "success": false 5}
This project is licensed under the MIT License - see the LICENSE file for details.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!