Rate Limit Docs Audit avatar

Rate Limit Docs Audit

Pricing

from $4.00 / 1,000 rate-limit docs audit rows

Go to Apify Store
Rate Limit Docs Audit

Rate Limit Docs Audit

Audit public API documentation for rate-limit completeness: limits, headers, 429 behavior, Retry-After, backoff, quotas, reset windows, and examples.

Pricing

from $4.00 / 1,000 rate-limit docs audit rows

Rating

0.0

(0)

Developer

Defenestrator

Defenestrator

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 hours ago

Last modified

Categories

Share

Audit public API documentation for rate-limit and retry-behavior coverage, then export one structured checklist row per docs URL.

Use this Actor to quickly see whether API docs explain limits, quota scopes, rate-limit headers, HTTP 429 behavior, Retry-After, reset windows, backoff guidance, and examples clearly enough for client developers.

This is an unofficial documentation-audit utility. It reviews public docs only; it does not test live API limits or call provider APIs beyond fetching the documentation pages you submit.

Common use cases

Use caseWhy it helps
API launch readinessCheck whether customers can find the information needed to build stable clients.
Client / sync-job planningCompare third-party APIs before designing polling, retry, or backoff behavior.
DevRel documentation QAIdentify missing headers, reset-window details, or 429 handling guidance.
Vendor diligenceProduce comparable rows for many public API docs sites before manual review.
Support-risk triageFind docs gaps that may cause avoidable integration tickets.

Input

Provide public HTTP(S) API documentation URLs. Direct rate-limit pages are best, but broader API docs pages can work with a modest page budget.

{
"startUrls": [
{ "url": "https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api" }
],
"maxPagesPerSite": 3,
"timeoutSecs": 20,
"sameHostOnly": true
}

Input fields

FieldTypeDefaultNotes
startUrlsarrayrequiredPublic API docs or developer-portal URLs to audit.
maxPagesPerSiteinteger8Maximum successful pages analyzed per input URL.
timeoutSecsinteger20HTTP timeout per page request.
sameHostOnlybooleantrueKeeps candidate links on the same host as the input URL.

Do not submit confidential, authenticated, internal, or non-public documentation URLs.

Output

The Actor writes one dataset item per input URL. Rows include:

  • domain, inputUrl, and normalized URL details
  • auditScore, grade, and riskLevel
  • checklist booleans for rateLimitDocsFound, limitsQuantified, rateLimitHeadersDocumented, http429Documented, retryAfterDocumented, backoffGuidance, quotaScopesDocumented, and resetWindowDocumented
  • bestPageUrl, evidence URLs/snippets, pages analyzed, URLs fetched, warnings, and recommendations

Pricing

from $4.00 / 1,000 audited rate-limit documentation URLs

This Actor uses Apify Pay per Event pricing with platform usage included. The row event is charged only for useful rows written to the default dataset.

EventPriceUnit
Actor start (apify-actor-start)$0.00005Once when the run starts.
Rate-limit docs audit row (apify-default-dataset-item)$0.004Per audited rate-limit documentation URL row.

A row is one public rate-limit documentation URL audit result. Apify plan discounts, user-configured max-charge limits, and any future Apify pricing UI changes may affect final charges.

Limitations and responsible use

  • This is a heuristic documentation audit, not legal advice, security certification, penetration testing, or live API validation.
  • Results describe what the public docs appear to say; they do not prove the provider enforces limits as documented.
  • JavaScript-heavy, blocked, sparse, or login-gated documentation may under-score.
  • Human review is recommended before relying on results for high-stakes vendor, security, procurement, or compliance decisions.
  • Use only with documentation you are allowed to access and review.

Data handling

The Actor fetches the public URLs supplied in the input and, when enabled, a small set of same-host candidate links. It writes structured audit rows to the run's default dataset and intentionally avoids storing full page contents in output.

This Actor is part of the API documentation reliability audits group. These are narrow, source-specific Apify Actors intended for scheduled checks and repeatable dataset exports — not broad scraped-content feeds.

Each listing includes its own source notes, limits, pricing, and responsible-use caveats. Use the official source links in each Actor when decisions require verification.