Idempotency Docs Audit avatar

Idempotency Docs Audit

Pricing

from $4.00 / 1,000 idempotency docs audit rows

Go to Apify Store
Idempotency Docs Audit

Idempotency Docs Audit

Audit public API documentation for idempotency-key and retry-safety completeness: duplicate handling, request scope, expiry windows, conflicts, operations, and examples.

Pricing

from $4.00 / 1,000 idempotency 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 idempotency-key and safe-retry coverage, then export one structured checklist row per docs URL.

Use this Actor to review whether API docs explain idempotency keys, duplicate request handling, request scope, retry safety, expiration windows, supported operations, conflict behavior, and implementation examples.

This is an unofficial documentation-audit utility. It reviews public docs only; it does not test live API behavior or certify that a provider's implementation is idempotent.

Common use cases

Use caseWhy it helps
API launch readinessCheck whether developers can safely retry create/update operations.
Payments / order-flow docs reviewTriage retry-risk documentation before integrating critical workflows.
Vendor diligenceCompare how clearly providers document duplicate handling and key scope.
SDK/client designIdentify docs gaps that should shape retry, timeout, and conflict handling.
DevRel QAProduce repeatable evidence rows before a deeper human documentation review.

Input

Provide public HTTP(S) API documentation URLs. Direct idempotency or retry-safety pages work best.

{
"startUrls": [
{ "url": "https://docs.stripe.com/api/idempotent_requests" }
],
"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 idempotencyDocsFound, idempotencyKeyDocumented, safeRetryGuidance, duplicateHandlingDocumented, requestScopeDocumented, expirationWindowDocumented, supportedOperationsDocumented, and conflictErrorDocumented
  • bestPageUrl, evidence URLs/snippets, pages analyzed, URLs fetched, warnings, and recommendations

Pricing

from $4.00 / 1,000 audited idempotency 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.
Idempotency docs audit row (apify-default-dataset-item)$0.004Per audited idempotency documentation URL row.

A row is one public idempotency 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 duplicate handling works correctly in production.
  • 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.