社交媒体
BongaCams Live Cam Models Scraper
Scrape BongaCams live models with viewers, gender, room mode, video quality, favorites, thumbnail and direct profile links. Filter by gender. Export to JSON, CSV or Excel.
bongacams-scraper.json 200 OK
{ "username": "BellaStellahh", "displayName": "BellaStellahh", "gender": "female", "room": "public", "viewers": 11, "videoQuality": "960x1280", "isHd": true, "favorites": 395, "isTop": true }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
UsernameDisplay NameGenderRoomViewersVideo QualityIs HdFavoritesIs TopThumbnailUrl
示例输出
一条真实的示例记录,正是你收到的结构。
| Username | Display Name | Gender | Room |
|---|---|---|---|
| BellaStellahh | BellaStellahh | female | public |
| LaylaPalmer | LaylaPalmer | female | public |
GET /bongacams-scraper
{ "username": "BellaStellahh", "displayName": "BellaStellahh", "gender": "female", "room": "public", "viewers": 11, "videoQuality": "960x1280", "isHd": true, "favorites": 395, "isTop": true }
相关爬虫
常见问题
Can I get only female or only male models?
Yes. Pick the gender directory you want. Each run reads that live directory and pages through the online models.
What does room mode mean?
It tells you the current state of the room, so you can tell public shows apart from other modes.
How is the HD flag decided?
It is derived from the stream resolution, so models broadcasting at 720p or higher are flagged as HD.
How fresh is the data?
Viewers and room mode are read live at run time, so each record reflects the moment of the run (see observedAt).