SurveyMonkey Apps & Integrations Scraper avatar

SurveyMonkey Apps & Integrations Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
SurveyMonkey Apps & Integrations Scraper

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

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

ModeWhat it does
browseList all apps, optionally filtered by category
searchFull-text search apps by keyword
getByAppIdFetch full details for specific apps by encrypted app ID

Input parameters

ParameterTypeDescription
modestring (required)browse, search, or getByAppId
querystringKeyword to search for (mode=search)
categorystringCategory key to filter (mode=browse)
sortBystringSort order: popular, az, za, newest
fetchDetailsbooleanFetch full details (features, pricing, screenshots) for each app
appIdsarrayEncrypted app IDs for getByAppId mode
maxItemsintegerMaximum records to return (default 100)

Category options

KeyTitle
analyticsAnalytics & Reporting
automationAutomation
collaborationCollaboration
crmCRM
customer-supportCustomer Success & Support
digital-web-experienceDigital/Web Experience
e-commerceE-commerce
educationEducation
eventsEvents
hrisHRIS
marketing-emailMarketing & Email
productivityProductivity
rewardsRewards
socialSocial

Output fields

Each record contains:

FieldTypeDescription
appIdstringEncrypted app identifier
namestringApp name
taglinestringShort tagline/summary
isIntegrationbooleanWhether this is an integration
logoUrlstringApp logo image URL
appUrlstringFull URL to the app's listing page
sourceUrlstringSame as appUrl
publisherstringPublisher/developer name (with fetchDetails)
fullDescriptionstringHTML-stripped full description (with fetchDetails)
featuresarrayList of feature bullet points (with fetchDetails)
pricingobjectPricing info: type, label, pricingUrl (with fetchDetails)
screenshotUrlsarrayList of screenshot image URLs (with fetchDetails)
supportUrlstringSupport/help URL (with fetchDetails)
supportEmailstringSupport email address (with fetchDetails)
privacyPolicyUrlstringPrivacy policy URL (with fetchDetails)
recordTypestringAlways "app"
scrapedAtstringUTC 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.