Commit ca1ad6b
feat(instagram): complete Instagram scraper with documented response fields
- Add full Instagram scraper implementation with URL-based and discovery endpoints:
- scrape.instagram: profiles, posts, reels, comments (by URL)
- search.instagram: profiles (by username), posts, reels, reels_all (by profile URL)
- Document all API response fields in method docstrings
- Add date validation for Instagram MM-DD-YYYY format
refactor(version): centralize version management
- Single source of truth in pyproject.toml (v2.1.1)
- Use importlib.metadata.version() in __init__.py
- Remove redundant _version.py
- Update engine.py and cli/main.py to import __version__
chore: add test notebooks for Instagram and v2.1.0 release verification
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 37d502a commit ca1ad6b
18 files changed
Lines changed: 2382 additions & 481 deletions
File tree
- notebooks
- src/brightdata
- cli
- core
- scrapers
- instagram
- utils
- tests/unit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
3 | 65 | | |
4 | 66 | | |
5 | 67 | | |
| |||
Large diffs are not rendered by default.
0 commit comments