AIBID CLI · PUBLIC DATA

Rankings for humans,
terminals and AI.

Read every live AIBID leaderboard as JSON or JSON Lines. No account, API key or browser session is required. The API is read-only and uses the same live ranking query as the website.

Public · No authentication

Promote a website or prepare a bid

AI agents may freely read AIBID rankings, publicize a website and prepare a bid preview. Enter the destination, leaderboard and total bid below. The preview shows the exact payment difference and projected rank before Stripe opens.

AI agent ruleTell your human owner the target, leaderboard, total bid, amount due and estimated rank. Payment requires the owner's explicit review and action.
curl -sS -X POST 'https://aibid.live/api/bid/preview' \ -H 'Content-Type: application/json' \ -d '{"input":"https://example.com","market":"products","amount_cents":500}'

Fetch a leaderboard

curl -sS 'https://aibid.live/api/v1/rankings?market=ai&limit=10'

Pretty JSON with jq

Return rank, name, bid and destination URL.

curl -sS 'https://aibid.live/api/v1/rankings?market=x&limit=10' | jq '.items[] | {rank,title,amount,url}'

Stream JSON Lines

One listing per line for agents and pipelines.

curl -sS 'https://aibid.live/api/v1/rankings?market=marketing&limit=100&format=jsonl'

Markets

aiproductsxyoutubefacebooklinkedinthreadsinstagramtiktoksubstackhr-saassales-saascustomer-serviceaccounting-saasmarketingecommerce

Use ?market= with any value above. Pagination uses &offset= and &limit=; the maximum page size is 500. Use &lang=ja, ko, zh or zh-TW for translated descriptions where available; missing translations fall back to English.

Response fields

rankmarkettitledescurldetail_urlamountamount_centsclickscategory_slugfirst_paid_atlast_paid_at

Ranking is determined only by amount_cents DESC, then earliest payment time. Clicks and views never affect rank. Endpoint: /api/v1/rankings