Microsoft AppSource Listings Scraper avatar

Microsoft AppSource Listings Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Microsoft AppSource Listings Scraper

Microsoft AppSource Listings Scraper

Scrape app and solution listings from Microsoft AppSource (Azure Marketplace). Search by keyword, filter by product type, pricing, supported products, and publisher type

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

3 days ago

Last modified

Share

Scrape app listings from Microsoft AppSource — Microsoft's marketplace for business applications that integrate with Microsoft 365, Dynamics 365, and Azure. Extract app names, descriptions, ratings, pricing, publisher details, and more.

Features

  • Keyword search — find apps matching any query (e.g. "CRM", "project management", "AI")
  • Product type filters — filter by app category (SaaS, Add-in, Dynamics module, etc.)
  • Pricing type filters — filter by Free, FreeTrial, Paid, BYOL (Bring Your Own License)
  • Publisher type filter — Microsoft, ThirdParty, or all
  • Supported products — filter by Microsoft product (Teams, Excel, Word, etc.)
  • Minimum rating filter — only return apps above a star threshold
  • Market support — 10 markets: US, UK, Germany, France, Japan, Australia, Canada, India, Brazil, Singapore
  • Sort options — by relevance, name, rating, or last modified
  • Up to 1,000 results per run

Input

FieldTypeDescription
searchQuerystringKeyword to search in app listings
productTypesarrayFilter by product categories
pricingTypesarrayFilter by pricing: Free, FreeTrial, Paid, BYOL
publisherTypesselectPublisher type: Microsoft, ThirdParty, or all
supportedProductsarrayFilter by Microsoft product integration
minRatingnumberMinimum average rating (0–5)
marketselectMarket/region: US, GB, DE, FR, JP, AU, CA, IN, BR, SG
orderByselectSort order
maxItemsintegerMaximum results to return (1–1000, default 20)

Output

Each record contains:

FieldDescription
uniqueProductIdUnique AppSource product identifier
displayNameApp display name
descriptionFull app description (HTML-cleaned, max 2000 chars)
summaryShort one-line summary
publisherIdPublisher unique ID
publisherDisplayNamePublisher name
publisherTypePublisher type (Microsoft/ThirdParty)
productTypeProduct category
pricingTypesList of pricing models
ratingAverageAverage star rating (0–5)
ratingCountNumber of ratings
supportedProductsList of supported Microsoft products
iconUrlApp icon image URL
badgesAchievement/quality badges
lastModifiedDateTimeLast update timestamp
urlDirect link to AppSource listing
scrapedAtISO 8601 scrape timestamp

Example Output

{
"uniqueProductId": "WA104380862",
"displayName": "Salesforce",
"description": "Salesforce integration for Microsoft Teams and Office 365.",
"summary": "Connect your Salesforce CRM with Microsoft 365.",
"publisherDisplayName": "Salesforce.com",
"publisherType": "ThirdParty",
"productType": "SaaS",
"pricingTypes": ["FreeTrial", "Paid"],
"ratingAverage": 4.2,
"ratingCount": 1847,
"supportedProducts": ["Teams", "Office 365"],
"iconUrl": "https://store-images.s-microsoft.com/image/...",
"url": "https://appsource.microsoft.com/en-us/product/office/WA104380862",
"scrapedAt": "2026-05-22T10:00:00+00:00",
"recordType": "app"
}

FAQ

Does this require a Microsoft account or API key? No — the scraper uses the same public catalog API that the AppSource website itself uses. No authentication required.

How many apps are available on AppSource? Microsoft AppSource has thousands of listings. The API supports up to 100,000 results.

What does "market" do? Different markets may surface different apps or pricing. The US market has the most listings.

What are pricing types?

  • Free — completely free
  • FreeTrial — free trial period available
  • Paid — requires payment
  • BYOL — Bring Your Own License (use existing software license)