{
  "openapi": "3.0.1",
  "info": {
    "title": "Microsoft Marketplace Scraper | Fast & Reliable | $4 / 1k",
    "description": "Scrape Microsoft Marketplace into clean, structured listings. Get product details, publishers details, ratings, pricing signals and images. Ideal for market intel data, vendor benchmarking, lead lists and competitive tracking. $4 per 1000 outputs.",
    "version": "1.0",
    "x-build-id": "T5aKMPpG2vm3G5syf"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/fatihtahta~microsoft-marketplace-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-fatihtahta-microsoft-marketplace-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/fatihtahta~microsoft-marketplace-scraper/runs": {
      "post": {
        "operationId": "runs-sync-fatihtahta-microsoft-marketplace-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/fatihtahta~microsoft-marketplace-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-fatihtahta-microsoft-marketplace-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "queries": {
            "title": "🔎 Filter by Search Queries",
            "type": "array",
            "description": "Enter one or more keywords to search on Microsoft Marketplace (for example, an app name, publisher, industry, or category). Use this if you don’t have URLs yet — the actor will discover relevant listings via search and save the results to your dataset.",
            "items": {
              "type": "string"
            }
          },
          "products": {
            "title": "🧑‍💻 Filter by Product",
            "enum": [
              "azure-applications",
              "azure-services",
              "containers",
              "entra-id-apps",
              "managed-services",
              "virtual-machines",
              "dynamics-365-business-central",
              "dynamics-365-commerce",
              "dynamics-365-for-customer-services",
              "dynamics-365-customer-voice",
              "dynamics-365-for-field-services",
              "dynamics-365-for-finance-and-operations",
              "dynamics-365-human-resources",
              "dynamics-365-marketing",
              "dynamics-365-mixed-reality",
              "dynamics-365-project-operations",
              "dynamics-365-for-project-service-automation",
              "dynamics-365-for-sales",
              "dynamics-365-supply-chain-management",
              "excel",
              "officemetaos",
              "onenote",
              "outlook",
              "powerpoint",
              "project",
              "sharepoint",
              "teams",
              "viva",
              "word",
              "powerapps",
              "power-automate",
              "power-bi",
              "power-bi-visuals",
              "powerpages",
              "power-virtual-agents",
              "saas"
            ],
            "type": "string",
            "description": "Choose a Microsoft product family to narrow results (for example Azure, Dynamics 365, Microsoft 365, Power Platform, or SaaS)."
          },
          "categories": {
            "title": "🗂️ Filter by Categories",
            "enum": [
              "ai-apps-and-agents",
              "analytics",
              "blockchain",
              "collaboration",
              "commerce",
              "compliance-legals",
              "customer-service",
              "databases",
              "developer-tools",
              "devops",
              "finance",
              "geolocation",
              "human-resources",
              "identity",
              "infrastructure-services",
              "integration",
              "internet-of-things",
              "management-tools",
              "ai-plus-machine-learning",
              "marketing",
              "media",
              "microsoft-entra-id",
              "migration",
              "mixed-reality",
              "monitoring-and-diagnostics",
              "operations",
              "productivity",
              "project-management",
              "sales",
              "security",
              "web"
            ],
            "type": "string",
            "description": "Pick a category to focus the results on a specific solution area."
          },
          "industries": {
            "title": "🏭 Filter by Industry",
            "enum": [
              "defense-and-intelligence",
              "distribution",
              "education",
              "energy",
              "financial-services",
              "government",
              "healthcare",
              "hospitality-and-travel",
              "manufacturing-resources",
              "nonprofit",
              "professional-services",
              "retail-and-consumer-goods",
              "sustainability",
              "media-communications"
            ],
            "type": "string",
            "description": "Limit results to apps that target a specific industry."
          },
          "pricingType": {
            "title": "💳 Filter by Pricing",
            "type": "array",
            "description": "Select one or more pricing models you want to include.",
            "items": {
              "type": "string",
              "enum": [
                "byol",
                "free",
                "pay-as-you-go",
                "free-trial"
              ],
              "enumTitles": [
                "🔑 Bring your own license (BYOK)",
                "🆓 Free",
                "💳 Paid",
                "🎟️ Free trial"
              ]
            }
          },
          "minimumRating": {
            "title": "⭐️ Filter by Rating",
            "enum": [
              "one-up",
              "two-up",
              "three-up",
              "four-up"
            ],
            "type": "string",
            "description": "Only include listings with at least the chosen average rating."
          },
          "operatingSystem": {
            "title": "💻 Filter by Operating System",
            "type": "array",
            "description": "Include apps that support the selected operating systems.",
            "items": {
              "type": "string",
              "enum": [
                "windows",
                "linux"
              ],
              "enumTitles": [
                "Windows",
                "Linux"
              ]
            }
          },
          "publisherCompliance": {
            "title": "🤝 Filter by Publisher",
            "type": "array",
            "description": "Limit results to listings from partner publishers or Microsoft.",
            "items": {
              "type": "string",
              "enum": [
                "partners",
                "microsoft"
              ],
              "enumTitles": [
                "🤝 Publisher Partners",
                "🪟 Microsoft"
              ]
            }
          },
          "limit": {
            "title": "Maximum listings to save (per query)",
            "minimum": 10,
            "type": "integer",
            "description": "Stop the run after this many listings have been saved for each query. Set a smaller number for quick sampling and testing, or increase it for deeper coverage when building larger datasets.",
            "default": 50000
          },
          "proxyConfiguration": {
            "title": "Proxy configuration (recommended for stability)",
            "type": "object",
            "description": "Optional proxy settings to improve access and stability during larger runs. The default works well for most users.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ]
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}