Japan X Prize Giveaways (懸賞) — Scraper & Stats API
Pricing
Pay per usage
Japan X Prize Giveaways (懸賞) — Scraper & Stats API
Scrapes active X/Twitter prize giveaways from kenshou.club + cp.meikan.org. Returns xUrl/prize/deadline/winnerCount, plus statsMode aggregate summaries.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
atushi ino
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Japan X Prize Giveaways (懸賞) Scraper & Stats API
Apify Actor that scrapes active X/Twitter prize giveaways (懸賞) aggregated from public Japanese giveaway aggregators — kenshou.club and cp.meikan.org. Returns a clean, structured dataset: X URL, title, prize, deadline, winner count, source.
Designed for AI agents and data buyers who track Japan's social-media prize/campaign market (e.g. brand campaign monitoring, prize-market research, marketing lead feed).
Output row
{"xUrl": "https://x.com/hitachi_sol_SX/status/2092431876422344810","title": "日立ソリューションズ SX情報局 コラボキャンペーン","prize": "LFCコンポスト&ガーデニングセット(3名様) / Amazonギフトカード500円分(100名様)","deadline": "2026-09-10","winnerCount": 103,"source": "kenshou.club","detailUrl": "https://kenshou.club/archives/945986","scrapedAt": "2026-09-09T08:00:00.000Z"}
Input
| Field | Type | Default | Description |
|---|---|---|---|
keyword | string | "" | Filter by prize/title keyword (e.g. "Amazonギフトカード") |
sources | string | "kenshouclub,cpmeikan" | Comma-separated source list |
statsMode | boolean | false | Return only an aggregate summary row |
statsKeyword | string | "" | Filter keyword for statsMode |
maxItems | integer | 50 | Max items to collect |
maxPages | integer | 2 | Max pages to crawl per source |
Stats aggregate (statsMode)
{"statsType": "japan-prize-giveaway","keyword": "","count": 87,"activeCount": 62,"totalWinnerCount": 18530,"sources": {"kenshou.club": 70, "cp.meikan.org": 17},"collectedAt": "2026-09-09T08:00:00.000Z"}
Run
python -m src.main # reads input JSON from stdin (no Apify container)# or on Apify: supply the input in the Actor console
Sources
- kenshou.club — WordPress giveaway tag listing; each article carries the X status URL, prize, deadline, and winner count.
- cp.meikan.org/xcp — X campaign index; X status URLs with deadline / winner context.
Both are public aggregate listings. Only factual, non-personal data (URL, title, prize, deadline, winner count) is harvested.
License
MIT