Pixiv Tracker
Pricing
from $30.00 / 1,000 items
What to pull. 'ranking' returns the top SFW illustrations for the selected rankingMode (daily/weekly/monthly). 'search' returns SFW keyword-search results for 'query', optionally enriched with per-artwork view/bookmark/like counts.
Which SFW ranking board to pull when mode='ranking'. R18 boards are intentionally NOT offered — this actor is SFW / all-ages only.
Keyword / tag to search on Pixiv when mode='search'. Japanese tags give native-quality hits (e.g. '東方', '初音ミク', 'オリジナル') and English works too (e.g. 'touhou', 'landscape'). Ignored in ranking mode.
When ON (default), each search result is enriched with view / bookmark / like / comment counts via one extra request per artwork (slower, more accurate). Turn OFF for a faster, lighter search that returns titles, artists, tags and thumbnails only. Has no effect in ranking mode (ranking rows already include view + rating counts).
Hard cap on the number of artworks returned per run.
Optional. Connect your Notion workspace and a summary of the collected SFW artworks is also written as a Notion page in the same run — the Actor never sees your Notion credentials. Authorize a Notion MCP connector in Apify Console → Settings → API & Integrations, then select it here.
Optional. ID of a Notion page to nest the summary under. Leave blank to create a private top-level page in your workspace.
Apify proxy configuration. Pixiv's public JSON endpoints are reachable directly, but a RESIDENTIAL proxy improves reliability and avoids occasional datacenter-IP throttling. Recommended for scheduled / high-volume runs.
{ "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ]}Optional. Connect your own Supabase project and the results are also inserted into a table in the same run — the Actor never sees your Supabase credentials. Authorize a write-scoped, project-scoped Supabase MCP connector in Apify Console (Settings -> Integrations), then select it here.
Target table in the public schema (created if missing, with id, a jsonb data column, and a scraped_at timestamp). Default: nexgendata_leads.
Your Supabase project reference (e.g. abcdefghijklmnop). Required unless your connector URL is already project-scoped. Find it in your project URL: supabase.com/dashboard/project/THIS_PART.