cyberneticlibrary

Scrape Instagram posts by hashtag

instagram-hashtag-postsskillsetup L22,197
browser-act/skills
What it does

Extract posts with engagement metrics

Best for

Hashtag or location-based Instagram post discovery with paginated feed iteration.

Inputs
  • · URL or location name
  • · Page/profile/hashtag identifier
Outputs
  • · JSON list of posts with engagement metrics
Requires
  • · Python scripts
  • · GraphQL API
  • · Instagram
  • · Bash
  • · browser-act
Preconditions
  • · User must be logged in
  • · Browser session with valid cookies
  • · Required CLI/tool installed
Failure modes
  • · Malformed response or parsing error
  • · User not authenticated or session expired
  • · Page/resource not found or inaccessible
  • · Invalid cursor or pagination boundaries
  • · Rate limiting or API throttling
Trust signals
  • · Direct API integration with documented response schemas
  • · Includes test/validation steps
  • · Comprehensive error handling and pre-execution checks
  • · Cursor-based pagination support
  • · Safety and portability best practices documented