Asana Apps & Integrations Scraper avatar

Asana Apps & Integrations Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Asana Apps & Integrations Scraper

Asana Apps & Integrations Scraper

Scrape all apps and integrations from the Asana App Directory with name, developer, categories, partner tiers, description, and icon.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape the complete Asana Apps Directory to extract all 500+ apps and integrations with their name, categories, partner tiers, collections, description, and icon URL.

Features

  • Browse all apps — scrape the full directory of 500+ integrations
  • Filter by category — 14 categories including AI, Communication, CRM, Finance & HR, and more
  • Filter by collection — Featured, AI Connectors and MCP, Enterprise IT, Microsoft, Google, Made by Asana
  • Filter by partner tier — Strategic Partner, Premier Partner, Platform Partner, Made by Asana
  • Search by keyword — filter by app name or description
  • No authentication required — uses public __NEXT_DATA__ embedded in the page

Data Source

Data is sourced from the Asana Apps page at asana.com/apps, which embeds the complete app catalogue in the page's Next.js data. No API key, login, or proxy required.

Input

FieldTypeDescriptionDefault
modeSelectbrowse (all), byCategory, or searchbrowse
categorySelectCategory name for byCategory mode
collectionSelectCollection filter (optional)
partnerTierSelectPartner tier filter (optional)
searchQueryTextKeyword for search mode
maxItemsNumberMaximum apps to return (1–1000)50

Categories

AI, Communication, Connectors, Files, Finance & HR, IT & Development, Marketing & Design, Operations, Product Management, Productivity, Reporting, Sales & Services, Security & Compliance, Time Tracking

Output

FieldTypeDescription
appIdStringUnique Asana app ID
nameStringApp name
descriptionStringApp description
categoriesArrayApp categories
partnerTiersArrayPartner tier labels
collectionsArrayFeatured collections
isPremiumBooleanTrue if Strategic Partner tier
developerStringDeveloper name (Asana for Made-by-Asana apps)
urlStringApp page URL
iconUrlStringApp icon image URL
scrapedAtStringISO 8601 timestamp

Sample Output

{
"appId": "1234567890",
"name": "Slack",
"description": "Convert Slack conversations into actionable Asana tasks.",
"categories": ["Communication", "Productivity"],
"partnerTiers": ["Strategic Partner", "Made by Asana"],
"collections": ["Featured", "Made by Asana"],
"isPremium": true,
"developer": "Asana",
"url": "https://asana.com/apps/slack",
"iconUrl": "https://assets.asana.biz/transform/abc/slack-logo",
"scrapedAt": "2026-05-22T10:00:00+00:00"
}

FAQ

How many apps does Asana have? The Asana Apps Directory has 500+ integrations covering tools like Slack, Google Drive, Salesforce, Jira, and many more.

Does this require an Asana account? No. The app catalogue is publicly accessible.

What is isPremium? Apps with the "Strategic Partner" tier are flagged as premium — these are typically deeply integrated tools with official Asana support.

Can I get apps for a specific tool? Use search mode with the tool name (e.g. searchQuery: "Salesforce") to find matching apps.