Loading...
Loading...
Bulk data enrichment. Adds web-sourced fields (CEO names, funding, contact info) to lists of companies, people, or products. Use for enriching CSV files or inline data.
npx skill4agent add parallel-web/agent-skills parallel-data-enrichmentparallel-cli enrich run --data '[{"company": "Google"}, {"company": "Microsoft"}]' --intent "CEO name and founding year" --target "output.csv" --no-waitparallel-cli enrich run --source-type csv --source "input.csv" --target "output.csv" --source-columns '[{"name": "company", "description": "Company name"}]' --intent "CEO name and founding year" --no-wait--no-waittaskgroup_idparallel-cli enrich poll "$TASKGROUP_ID" --timeout 540--timeout 540parallel-cli enrich pollparallel-clicurl -fsSL https://parallel.ai/install.sh | bashpipx install "parallel-web-tools[cli]"
pipx ensurepathparallel-cli loginexport PARALLEL_API_KEY="your-key"