You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Claude Code tabs to all guides and case studies
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Narrative rebrand: personify utilities as researcher roles
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix manifest sync test and broken doc links
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
"name": "FutureSearch"
5
5
},
6
6
"metadata": {
7
-
"description": "AI-powered data processing plugins from FutureSearch"
7
+
"description": "everyrow plugins from FutureSearch"
8
8
},
9
9
"plugins": [
10
10
{
11
11
"name": "everyrow",
12
12
"source": "./",
13
-
"description": "Claude Code plugin for the everyrow SDK - AI-powered data processing utilities for transforming, deduping, merging, ranking, and screening dataframes",
13
+
"description": "Give Claude Code a research team. Forecast, score, classify, or research every row of a dataset.",
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "everyrow",
3
-
"description": "Claude Code plugin for the everyrow SDK - AI-powered data processing utilities for transforming, deduping, merging, ranking, and screening dataframes",
3
+
"description": "Give Claude Code a research team. Forecast, score, classify, or research every row of a dataset.",
An add-on for Claude Code, Claude Desktop/Cowork, and Claude web to enable Claude to run LLM web research agents at scale. Claude uses everyrow to research entire datasets, and to intelligently sort, filter, merge, dedupe, or add columns to large datasets, via a single Python or MCP call. See the [docs site](https://everyrow.io/docs) for how to install into your Claude interface of choice.
10
+
Give yourself, or your AI, a team of researchers to gather data, forecast, score, or classify every row in a dataset. Available [standalone](https://everyrow.io/app) a Claude Code plugin, MCP server, or Python SDK. See the [docs site](https://everyrow.io/docs) for how to install into your interface of choice.
11
11
12
12
The best experience is inside Claude Code.
13
+
13
14
```bash
14
15
claude plugin marketplace add futuresearch/everyrow-sdk
15
16
claude plugin install everyrow@futuresearch
16
17
```
17
18
18
-
See [here](https://everyrow.io/docs#tab-claude-desktop-mcp) for Claude Desktop/Cowork. Claude web (claude.ai) connector coming soon. Or try it directly in our hosted app that uses the Claude Agent SDK at [everyrow.io/app](https://everyrow.io/app)].
19
+
See [here](https://everyrow.io/docs#tab-claude-desktop-mcp) for Claude Desktop/Cowork. Claude web (claude.ai) connector coming soon. Or try it directly in our hosted app that uses the Claude Agent SDK at [everyrow.io/app](https://everyrow.io/app).
19
20
20
21
Get an API key at [everyrow.io/api-key](https://everyrow.io/api-key) ($20 free credit), then:
21
22
22
23
## Operations
23
24
24
-
Enable Claude to perform tens of thousands of LLM calls, or thousands of LLM web research agents, in each single operation.
25
+
Spin up a team of:
25
26
26
-
|Operation|Intelligence| Scales To |
27
-
|---|---|---|
28
-
|[**Screen**](https://everyrow.io/docs/reference/SCREEN)| Filter by criteria that need judgment| 10k rows |
29
-
|[**Rank**](https://everyrow.io/docs/reference/RANK)| Score rows from research| 10k rows |
30
-
|[**Dedupe**](https://everyrow.io/docs/reference/DEDUPE)| Deduplicate when fuzzy matching fails | 20k rows |
31
-
|[**Merge**](https://everyrow.io/docs/reference/MERGE)| Join tables when keys don't match|5k rows |
32
-
|[**Research**](https://everyrow.io/docs/reference/RESEARCH)| Web research on every row | 10k rows |
27
+
|Role|What it does | Cost| Scales To |
28
+
|---- |------------ |---- | --------- |
29
+
|[**Agents**](https://everyrow.io/docs/reference/RESEARCH)| Research, then analyze | 1–3¢/researcher | 10k rows |
See the full [API reference](https://everyrow.io/docs/api), [guides](https://everyrow.io/docs/guides), and [case studies](https://everyrow.io/docs/case-studies), (for example, see our [case study](https://everyrow.io/docs/case-studies/llm-web-research-agents-at-scale) running a `Research` task on 10k rows, running agents that used 120k LLM calls.)
35
36
36
37
Or just ask Claude in your interface of choice:
38
+
37
39
```
38
40
Label this 5,000 row CSV with the right categories.
39
41
```
@@ -50,7 +52,7 @@ Rank these 2,000 people from Wikipedia on who is the most bullish on AI.
50
52
51
53
## Web Agents
52
54
53
-
The most basic utility to build from is `agent_map`, to have LLM web research agents work on every row of the dataframe. Agents are tuned on [Deep Research Bench](https://arxiv.org/abs/2506.06287), our benchmark for questions that need extensive searching and cross-referencing, and tuned to get correct answers at minimal cost.
55
+
The base operation is `agent_map`: one web research agent per row. The other operations (rank, classify, forecast, merge, dedupe) use the agents under the hood as necessary. Agents are tuned on [Deep Research Bench](https://arxiv.org/abs/2506.06287), our benchmark for questions that need extensive searching and cross-referencing, and tuned to get correct answers at minimal cost.
54
56
55
57
Under the hood, Claude will:
56
58
@@ -83,7 +85,6 @@ print(result.data.head())
83
85
84
86
See the API [docs](https://everyrow.io/docs/reference/RESEARCH.md), a case study of [labeling data](https://everyrow.io/docs/classify-dataframe-rows-llm) or a case study for [researching government data](https://everyrow.io/docs/case-studies/research-and-rank-permit-times) at scale.
85
87
86
-
87
88
## Sessions
88
89
89
90
You can also use a session to output a URL to see the research and data processing in the [everyrow.io/app](https://everyrow.io/app) application, which streams the research and makes charts. Or you can use it purely as an intelligent data utility, and [chain intelligent pandas operations](https://everyrow.io/docs/chaining-operations) with normal pandas operations where LLMs are used to process every row.
@@ -232,7 +244,7 @@ uv run basedpyright # type check
232
244
233
245
## About
234
246
235
-
Built by [FutureSearch](https://futuresearch.ai). We kept running into the same data problems: ranking leads, deduping messy CRM exports, merging tables without clean keys. Tedious for humans, but needs judgment that automation can't handle. So we built this.
Copy file name to clipboardExpand all lines: docs/add-column-web-lookup.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,4 +166,4 @@ Each result includes a `research` column showing how the agent found the answer,
166
166
167
167
---
168
168
169
-
Built with [everyrow](https://github.com/futuresearch/everyrow-sdk). See the [agent_map documentation](/docs/reference/RESEARCH) for more options including response models and effort levels.
169
+
Built with [everyrow](https://github.com/futuresearch/everyrow-sdk). See the [agent_map documentation](reference/RESEARCH) for more options including response models and effort levels.
Copy file name to clipboardExpand all lines: docs/classify-dataframe-rows-llm.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,4 +190,4 @@ Without web research agents, everyrow can classify data for ~$0.009 per row, or
190
190
191
191
---
192
192
193
-
Built with [everyrow](https://github.com/futuresearch/everyrow-sdk). See the [agent_map documentation](/docs/reference/RESEARCH) for more options including response models and effort levels.
193
+
Built with [everyrow](https://github.com/futuresearch/everyrow-sdk). See the [agent_map documentation](reference/RESEARCH) for more options including response models and effort levels.
Copy file name to clipboardExpand all lines: docs/deduplicate-training-data-ml.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,4 +183,4 @@ The 35.7% reduction rate is typical for datasets that weren't explicitly dedupli
183
183
184
184
---
185
185
186
-
Built with [everyrow](https://github.com/futuresearch/everyrow-sdk). See the [dedupe documentation](/docs/reference/DEDUPE) for more options including equivalence relation design.
186
+
Built with [everyrow](https://github.com/futuresearch/everyrow-sdk). See the [dedupe documentation](reference/DEDUPE) for more options including equivalence relation design.
Built with [everyrow](https://github.com/futuresearch/everyrow-sdk). See the [screen documentation](/docs/reference/SCREEN) for more options including batch size tuning and async execution.
193
+
Built with [everyrow](https://github.com/futuresearch/everyrow-sdk). See the [screen documentation](reference/SCREEN) for more options including batch size tuning and async execution.
0 commit comments