instagram-scraper icon indicating copy to clipboard operation
instagram-scraper copied to clipboard

Instagram Scraper. Scrape useful data/posts from instagram users, hashtag and locations pages. Comments and people who liked specific posts and soon more. No login or API keys are required

Results 46 instagram-scraper issues
Sort by recently updated
recently updated
newest added

If you have a problems with its **RequestError: Error: Exceeded maxRedirects. Probably stuck in a redirect loop** or **MaxListenersExceededWarning: Possible EventEmitter memory leak detected.** just add, it's work for me...

I'm getting currently only 50 results back will there be a fix?

**I am trying to download all photos of a user. But there may be a few photos of the user I have downloaded.**

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. Commits 64735d2 v4.1.1 75a657d Fix potential ReDoS (#37) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansi-regex&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

Bumps [async](https://github.com/caolan/async) from 3.1.0 to 3.2.2. Changelog Sourced from async's changelog. v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask if available to the environment (#1761) Minor perf improvement in...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Hi! Great project. I'm trying to get all followers for my user, I'm using the node module. const res = await instaTouch.followers('instagram', options) res contains the first 100 followers, count...

hi instagram-scraper doesn't respect --count flag in order to get more than default 40 posts links

``` import scrapper from 'instatouch'; const options = { // Number of posts to scrape: {int default: 0} count: 10, // Download posts or not. {boolean default: false} download: false,...