{"uid":"cap_MNQD4ytsAgV39Xb0ZSmPU","slug":"apiacre-com-data-profiler-a2f809b1","name":"apiacre.com Data Profiler","description":"Profile CSV, TSV, JSON, JSON Lines, or YAML records for field types, nulls, uniqueness, and representative samples.","url":"https://apiacre.com/v1/data/profile","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"format":{"enum":["csv","tsv","json","jsonl","yaml"],"type":"string"},"content":{"type":"string"}}},"responseSchema":{"type":"json","example":{"data":{"rows":2,"columns":2,"profile":{"name":{"null":0,"types":{"str":2},"unique":2,"nonNull":2,"samples":["Ada","Lin"]},"score":{"null":0,"types":{"str":2},"unique":2,"nonNull":2,"samples":["98","91"]}}},"meta":{"cached":false,"sources":[],"warnings":[],"duration_ms":42,"next_actions":[{"path":"/v1/data/clean","title":"Dataset cleaning","method":"POST","reason":"Apply collision-safe header, whitespace, and empty-value normalization after ...","service":"data.clean"}]},"service":"data.profile","version":"1","request_id":"018f1f54-7f38-7ba2-8dc3-5f90272d9f1a"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.025","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.025/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.025","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.025","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_06hRKLsJY0wkQyjkaD8UZ","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.025","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Analyzes a dataset to return field-level statistics including null counts, inferred types, uniqueness ratios, and sample values.","exampleAgentPrompt":"Profile this dataset for me — I need to know the field names, their inferred types, how many nulls each has, how unique the values are, and a few sample values per field.","exampleUseCases":[{"title":"Auditing data quality before ETL pipeline","prompt":"Before I load this JSON dataset into our warehouse, can you profile it and tell me which fields have nulls, what types they are, and how unique the values are? Here's the records array."},{"title":"Exploring an unfamiliar dataset","prompt":"I just received this CSV converted to JSON and I have no documentation on it — can you profile the fields so I can understand what types of data are in each column and see a few sample values?"},{"title":"Detecting dirty data before ML training","prompt":"I want to check this training dataset for data quality issues — can you run a field profile on it and show me null rates, uniqueness scores, and inferred types for every column?"}],"resultDescription":"Returns a per-field breakdown including: field name, inferred data type, null count and null rate, unique value count and uniqueness ratio, and a set of sample values drawn from the column.","failureModes":["Empty or malformed input records return a validation error","Records with deeply nested structures may not profile nested fields","Very large datasets may time out or require batching","Inconsistent types within a field may result in ambiguous or mixed type inference"],"whenToPreferThis":"Use this endpoint when you need a fast, automated structural summary of a dataset before loading, transforming, or modeling it. It is ideal for data quality audits, exploratory data analysis, and pre-pipeline inspection where you need null rates, type inference, uniqueness, and samples in one call — without writing custom profiling code.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:55:31.194Z","isFirstParty":false}