SurveyMonkey Apps & Integrations Scraper
Pricing
from $3.00 / 1,000 results
SurveyMonkey Apps & Integrations Scraper
Scrape apps and integrations from the SurveyMonkey App Directory. Browse all 100+ integrations, search by keyword, or fetch specific apps by ID. Returns name, tagline, description, publisher, features, pricing type, screenshots, and support links.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape the SurveyMonkey App Directory (surveymonkey.com/apps/) — a catalog of 100+ integrations connecting SurveyMonkey to popular tools like Salesforce, Microsoft Teams, Google Sheets, HubSpot, Mailchimp, Zapier, Slack, and many more.
Data is fetched from SurveyMonkey's public GraphQL API — no authentication, proxy, or API key required.
What you can scrape
| Mode | What it does |
|---|---|
browse | List all apps, optionally filtered by category |
search | Full-text search apps by keyword |
getByAppId | Fetch full details for specific apps by encrypted app ID |
Input parameters
| Parameter | Type | Description |
|---|---|---|
mode | string (required) | browse, search, or getByAppId |
query | string | Keyword to search for (mode=search) |
category | string | Category key to filter (mode=browse) |
sortBy | string | Sort order: popular, az, za, newest |
fetchDetails | boolean | Fetch full details (features, pricing, screenshots) for each app |
appIds | array | Encrypted app IDs for getByAppId mode |
maxItems | integer | Maximum records to return (default 100) |
Category options
| Key | Title |
|---|---|
analytics | Analytics & Reporting |
automation | Automation |
collaboration | Collaboration |
crm | CRM |
customer-support | Customer Success & Support |
digital-web-experience | Digital/Web Experience |
e-commerce | E-commerce |
education | Education |
events | Events |
hris | HRIS |
marketing-email | Marketing & Email |
productivity | Productivity |
rewards | Rewards |
social | Social |
Output fields
Each record contains:
| Field | Type | Description |
|---|---|---|
appId | string | Encrypted app identifier |
name | string | App name |
tagline | string | Short tagline/summary |
isIntegration | boolean | Whether this is an integration |
logoUrl | string | App logo image URL |
appUrl | string | Full URL to the app's listing page |
sourceUrl | string | Same as appUrl |
publisher | string | Publisher/developer name (with fetchDetails) |
fullDescription | string | HTML-stripped full description (with fetchDetails) |
features | array | List of feature bullet points (with fetchDetails) |
pricing | object | Pricing info: type, label, pricingUrl (with fetchDetails) |
screenshotUrls | array | List of screenshot image URLs (with fetchDetails) |
supportUrl | string | Support/help URL (with fetchDetails) |
supportEmail | string | Support email address (with fetchDetails) |
privacyPolicyUrl | string | Privacy policy URL (with fetchDetails) |
recordType | string | Always "app" |
scrapedAt | string | UTC ISO-8601 timestamp |
Example outputs
Browse (without details)
{"appId": "VPV6PDLNXyscoDCcFChh2w_3D_3D","name": "Microsoft Teams","tagline": "Gather feedback and share analytics right within Teams","logoUrl": "https://surveymonkey-assets.s3.amazonaws.com/papiasset/apps/logos/93c513e0-ecca-4f21-83f5-9959f111c878.png","appUrl": "https://www.surveymonkey.com/apps/VPV6PDLNXyscoDCcFChh2w_3D_3D/details/","sourceUrl": "https://www.surveymonkey.com/apps/VPV6PDLNXyscoDCcFChh2w_3D_3D/details/","recordType": "app","scrapedAt": "2026-05-30T10:00:00+00:00"}
Browse (with fetchDetails=true)
{"appId": "13055","name": "Microsoft Teams","tagline": "Gather feedback and share analytics right within Teams","isIntegration": false,"publisher": "SurveyMonkey","fullDescription": "Manage all your SurveyMonkey and MSFT surveys in one place...","features": ["Create surveys with expert templates","Manage and share any survey in Microsoft Teams"],"pricing": {"type": "FREE","label": "Any Microsoft Teams Plan","pricingUrl": "https://www.microsoft.com/..."},"screenshotUrls": ["https://surveymonkey-assets.s3.amazonaws.com/papiasset/123345/..."],"supportUrl": "https://help.surveymonkey.com/contact","privacyPolicyUrl": "https://www.microsoft.com/en/servicesagreement/","recordType": "app","scrapedAt": "2026-05-30T10:00:00+00:00"}
FAQs
Do I need an API key or login?
No — the scraper uses SurveyMonkey's public GraphQL endpoint which requires no authentication.
What does fetchDetails do?
When enabled, the actor makes an additional API call for each app to retrieve the full description, features list, pricing info, screenshots, and support links. It takes longer but returns much richer data.
How many apps are available?
SurveyMonkey's app directory contains 100+ published integrations.
Can I filter by integration type (Built by SurveyMonkey, Built by Partner, etc.)?
Not directly via a category filter, but you can use mode: "search" with relevant keywords to narrow results.
What are encrypted app IDs?
They are the unique identifiers from SurveyMonkey's system (e.g., VPV6PDLNXyscoDCcFChh2w_3D_3D). These appear in the app page URLs on surveymonkey.com/apps/.
Is the data real-time?
Yes — data is fetched live from SurveyMonkey's GraphQL API on each run.