feat: Instagram scraper with GraphQL API integration - Automated followings list extraction via API interception - Profile scraping using GraphQL endpoint interception - DOM fallback for edge cases - Performance timing for all operations - Anti-bot measures and human-like behavior simulation

This commit is contained in:
2025-10-31 23:06:06 +05:45
parent ba2dcec881
commit 6f4f37bee5
8 changed files with 3474 additions and 0 deletions

6
.gitignore vendored
View File

@@ -136,3 +136,9 @@ dist
.yarn/install-state.gz
.pnp.*
# Instagram scraper sensitive files
session_cookies.json
*.json
!package.json
!package-lock.json