Crawl the content of any instagram public page with no token or login
npm install insta-crawler



> Crawl the content of any instagram public page with no token or login
Inspired by instagram-profilecrawl
bash
Crawl profile of instagram user loicortola and export content to dest.json
docker run -e IGER=loicortola resourcepool/insta-crawler >> dest.json
Crawl profile of instagram user barackobama limiting to the two latest posts and export content to barack.json
docker run -e IGER=barackobama -e LIMIT=2 resourcepool/insta-crawler >> barack.json
Crawl profile of instagram user loicortola and export content to subdirectory out/loicortola.yaml
docker run -e IGER=loicortola -e OUTPUT=yaml -v ./out:/home/node/app/out resourcepool/insta-crawler
`Install
With NPM:
`bash
npm i --global insta-crawler
`With Yarn:
`bash
yarn add global insta-crawler
`Usage
`bash
$ insta-crawler --help Usage
$ insta-crawler
Options
--output -o define output format (JSON, YAML)
--limit -l get only the number of post defined by the limit
Examples
$ insta-crawler loicortola
$ insta-crawler loicortola -o yaml
``You can find an example in the example folder.
MIT © Resourcepool