Clean up rows

Clean, dedupe, score, and rank data agents already have.

Raw rows usually need a second pass. CrowdPull can normalize fields, remove duplicates, add light labels, and push the records worth checking to the top. Choose it when the scrape already happened but the next system needs cleaner rows, fewer duplicates, or a shortlist instead of another dump.

Examples

Jobs this department covers

1 live SKU

Endpoints in this department

Dynamic routes show a starting price first. After the caller sends the intended input, CrowdPull returns the exact x402 amount, so tiny tests stay cheap and larger runs still pay for the backend work.

Enrichment ยท Enrichment

CrowdPull Row Enrichment

Clean supplied rows after the scrape: normalize fields, remove duplicates, score likely leads, and add light labels without rerunning the source.

Price
from $0.03
Method
POST
Status
live

/api/enrich/rows

Open endpoint

Machine route

Use the quote endpoint when the buyer is unsure

Post the rough goal to /api/quote. The response gives you the SKU, alternatives, price shape, and endpoint to call next.

{
  "goal": "lead scoring",
  "department": "enrichment",
  "budgetUsd": 0.25
}