ListingsFeed

Plans, quotas and rate limits

One rule: the rack rate is 20% below the comparable published rate (pricing). One unit: a record returned. Each listing in a /v1/listings page, each /v1/listings/{id}, each listing from an MCP search, and each row in a download counts once. Counts, brokerages, stats and usage are free.

PlanMonthlyIncluded recordsOverageHard capRate limitMax pageContactsInactive rows
Free$025none2560 per minute100names onlyno
Pay as you go$0500$0.5601,000,000600 per minute1000yesyes

How a request is checked

  1. Rate limit per key (requests per minute). Exceeding it returns 429 rate_limited with Retry-After.
  2. Quota: if you have used your included records and the plan has no overage, 429 quota_exceeded. With overage, requests continue up to the hard cap. When fewer records remain than you asked for, the page is shortened rather than refused.
  3. The query runs, the records are counted, and meta.quota / X-Quota-* reflect the new total.

Periods and billing

Quotas reset on the first of each calendar month (UTC). Usage is reported to Stripe daily and billed in arrears on the monthly invoice through the graduated ladder. We email at 80% and 100% of included records. Upgrading takes effect immediately; downgrades and cancellations at period end.

Tips to use fewer records

  • Count first (include_total=1 or count_listings) and narrow filters.
  • Sync with updated_since instead of re-pulling.
  • Ask for the fields you need with fields=; it does not change the record count but keeps pages fast.