SNS
CamSoda Live Cam Models Scraper
Scrape CamSoda live cam models with viewers, stream score, chat status, tags, gender, thumbnail and direct profile links. Filter by gender or minimum viewers. Export to JSON, CSV or Excel.
camsoda-scraper.json 200 OK
{ "userId": 2733542, "username": "alicexalice", "displayName": "alicexalice", "isLive": true, "interactiveToy": true, "viewers": 487, "streamScore": 105.49, "gender": "female", "genderCode": "f" }
得られるもの
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
User IdUsernameDisplay NameIs LiveInteractive ToyViewersStream ScoreGenderGender CodeSubjectBitratePrivate RatingThumbnailStream Name
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| User Id | Username | Display Name | Is Live |
|---|---|---|---|
| 2733542 | alicexalice | alicexalice | true |
| 24645196 | sellenasky | sellenasky | true |
| 34705619 | sabrinajade | SabrinaJade | true |
| 24918412 | tamy-leen | tamy-leen | true |
| 47227049 | nancy-boone | Nancy-Boone | true |
GET /camsoda-scraper
{ "userId": 2733542, "username": "alicexalice", "displayName": "alicexalice", "isLive": true, "interactiveToy": true, "viewers": 487, "streamScore": 105.49, "gender": "female", "genderCode": "f" }
関連スクレイパー
よくある質問
What does stream score mean?
It is the ranking value used to order live models, so higher-scored models generally appear more prominently. Use it to sort or compare popularity.
Can I get only female or only male models?
Yes. Use the gender filter to keep only female, male, couple or trans models, or leave it on all.
Where do the tags come from?
Tags are the hashtags a model puts in their room subject, parsed into a clean list.
How fresh is the data?
Viewers, stream score and room subject are read live at run time, so each record reflects the moment of the run (see observedAt).