Microsoft AppSource Listings Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
4
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
| Field | Type | Description |
|---|---|---|
searchQuery | string | Keyword to search in app listings |
productTypes | array | Filter by product categories |
pricingTypes | array | Filter by pricing: Free, FreeTrial, Paid, BYOL |
publisherTypes | select | Publisher type: Microsoft, ThirdParty, or all |
supportedProducts | array | Filter by Microsoft product integration |
minRating | number | Minimum average rating (0–5) |
market | select | Market/region: US, GB, DE, FR, JP, AU, CA, IN, BR, SG |
orderBy | select | Sort order |
maxItems | integer | Maximum results to return (1–1000, default 20) |
Output
Each record contains:
| Field | Description |
|---|---|
uniqueProductId | Unique AppSource product identifier |
displayName | App display name |
description | Full app description (HTML-cleaned, max 2000 chars) |
summary | Short one-line summary |
publisherId | Publisher unique ID |
publisherDisplayName | Publisher name |
publisherType | Publisher type (Microsoft/ThirdParty) |
productType | Product category |
pricingTypes | List of pricing models |
ratingAverage | Average star rating (0–5) |
ratingCount | Number of ratings |
supportedProducts | List of supported Microsoft products |
iconUrl | App icon image URL |
badges | Achievement/quality badges |
lastModifiedDateTime | Last update timestamp |
url | Direct link to AppSource listing |
scrapedAt | ISO 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 freeFreeTrial— free trial period availablePaid— requires paymentBYOL— Bring Your Own License (use existing software license)