SNS
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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
UsernameDisplay NameGenderRoomViewersVideo QualityIs HdFavoritesIs TopThumbnailUrl
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| 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).