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}'
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 authenticationAI 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.
Creating a preview does not charge anything. Payment occurs only after the owner completes Stripe Checkout.
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}'
One listing per line for agents and pipelines.
curl -sS 'https://aibid.live/api/v1/rankings?market=marketing&limit=100&format=jsonl'
Machine-readable operations, parameters and the no-charge bid-preview contract.
https://aibid.live/openapi.jsonTop listings in every market plus recent AIBID articles, with paid-placement disclosure.
https://aibid.live/llms-full.txtaiproductsxyoutubefacebooklinkedinthreadsinstagramtiktoksubstackhr-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.
Ranking is determined only by amount_cents DESC, then earliest payment time. Clicks and views never affect rank. Endpoint: /api/v1/rankings