Agentcy Research is the AI-native platform for B2B research. Design rigorous surveys, recruit verified business respondents, and ship a finished writeup without leaving the tab. With a first-class API your agents can drive the whole cycle.
9
question types
30+
participant locales
100%
API-first
Sovereignty Tax — Q4
How important are the following factors when evaluating cloud providers?
Data sovereignty
4.1
Price predictability
3.8
Service resilience
4.3
— The platform
B2B research usually means three vendors and a stack of spreadsheets. We collapse it into one, with AI between every step.
Nine question types, branching logic, scoring matrices, required-answer rules, randomisation, and a live preview that mirrors what the respondent sees.
Field to a global pool of vetted business decision-makers. Filter by role, seniority, sector, and organisation size. Quality controls included.
Charts and tables in real time, demographic crosstabs in one click, exports to Excel, CSV, Word, and an AI-drafted writeup at the end.
— How it works
Start with a research question and audience. The platform suggests a survey shape from your brief.
Add questions, branching and matrices. AI helps tighten wording and spot leading questions.
Target by role, seniority, sector and geography. Screening and quality checks built in.
Live progress dashboard, completion tracking, attention checks, branching enforced end-to-end.
Real-time charts, table views, sortable distributions, free-text themes, demographic crosstabs.
Generate a draft report with AI. Export charts, tables, and raw data. Share or publish.
Not a chatbot bolted to the side. AI sits inside every step of the workflow, from drafting the first question to producing a finished report. The same workflow is exposed as an API so your own agents can run research too.
Question drafting
Clean, unbiased question wording from your brief.
Branching suggestions
Spot likely skip logic and pre-build conditional flows.
Open-ended themes
Cluster free-text answers with example quotes.
Cross-tab insight
Surface the cuts (industry, size, region) that move the dial.
Draft write-up
Generate an interim or final report from results.
Quality checks
Flag leading wording, attention failures, outlier patterns.
// 1. Exchange client credentials for a bearer token
const { access_token } = await fetch(`${HOST}/api/v1/auth/token`, {
method: 'POST',
body: JSON.stringify({ client_id, client_secret }),
}).then(r => r.json());
// 2. Create a survey from a brief
const survey = await api.post('/surveys', {
title: 'B2B AI adoption pulse',
questions: agentDraftFromBrief(brief),
});
// 3. Pull results & generate the writeup
const results = await api.get(`/surveys/${survey.id}/results`);
const writeup = await api.post(`/surveys/${survey.id}/writeup`,
{ mode: 'final' });
Every action a human can take on the platform is a documented endpoint your agents can call. Spin up a survey from a brief, push it live, watch responses arrive, slice results, pull a draft writeup, all programmatically.
Full REST API
Surveys, questions, branching, options, themes, results, participants, exports.
Scoped API keys
OAuth-style client credentials, fine-grained scopes, audit log.
Agent-ready docs
Schema-rich in-app reference. Drop into Claude, GPT, or in-house agents.
Tenant-scoped
Keys can be scoped to a single client, with read-only modes for safe automation.
Built API-first. Anything an in-house team can do, an autonomous agent can too.
— Under the hood
Nine question types
Multiple choice, ranking, scoring matrices, ratings, scales, ranges, date / time, image choice, free text.
Branching engine
Compound conditions, multi-condition operators, jump-to and disqualify actions, orphan-branch validation.
Required-answer rules
Per-question required flag, multi-select min/max, matrix require-all-rows, essay length checks.
Welcome and complete screens
Custom welcome / success messaging, redirect URLs with countdown for panel handoffs.
Multi-language
30+ locale strings for the survey-taking UI; brand on top of the theme.
API-first
Agent-friendly REST API for survey creation, fieldwork data, analytics, and exports.
Live charts
Bar, pie, distribution and scoring-matrix views with percentage overlays and sort cycling.
Table view
Every chart has a sortable table; one click to copy to spreadsheet.
Scoring-matrix views
Cycle between average, % top, % high, % low and % bottom in a single click.
Demographic crosstabs
Slice every question by industry, organisation size, region, or any demographic.
Exports
Excel, CSV and Word out of the box. Raw participant data and aggregated results.
AI write-ups
Generate interim or final research write-ups directly from the dataset.
— Who it's for
Insights, strategy and customer-research teams who need to ship branded, defensible studies fast, without bouncing between four vendors.
Marketing, PR and strategy agencies running thought-leadership research for B2B clients. White-label, multi-survey workspace, role-based client access.
When the story needs primary data behind it. Standardised reporting, exportable assets, AI-drafted writeups your editors can polish.
Sign in to design a survey, send it into the field, and have a draft writeup waiting when you wake up.