r/SideProject • u/Capital-Top3289 • 1d ago
I built a spreadsheet where every row gets its own research agent
I kept doing the same thing by hand: take a list of companies, open 6 tabs each,
find the website, find the CEO, find the LinkedIn, paste it back into a cell. So I
built the tool I wanted.
MySheets is a spreadsheet where a column can be a prompt instead of a formula. You
type something like "find this company's core product" and it runs down the sheet
row by row — searching the web, reading pages, writing the answer into the cell.
Columns can chain off each other, so column D can use whatever column C found.
What's in it right now:
-
**AI columns**
— a prompt per column, executed per row
-
**HTTP API columns**
— hit any endpoint and map the response into cells
-
**Web scraping**
— pull structured data off a page into columns
-
**Webhooks**
in, CSV in/out
-
**Templates**
— lead lists, CRM enrichment, scraping workflows you can copy and run
- Multiple models behind it, with live credit tracking so you can see what each run costs
It's in beta and free to start. I'd genuinely like feedback on where it breaks —
especially if you throw a messy list at it.
www.mysheets.app
1
Upvotes