Icons as a
Service

All of macOSicons.com a simple API call away.

Browse 25k+ App Icons
Free50 monthly requests
4.99€1,000 monthly requests
Scroll to explore

Use cases

From Raycast extensions to app directories to icon customization tools — here's what people are actually building with the API.

App launcher autocomplete

As users type in your Raycast extension or custom launcher, pull matching icons instantly in real time.

Team software catalog

Perfect for a wiki or internal hub of tools for your company. Fetch app icons for every app so each entry looks sharp and consistent.

App directory & discovery sites

Running a curated list of Mac apps? Pull icons dynamically for every entry instead of hunting down and hosting screenshots yourself.

App customization tools

Let users browse and apply custom macOS app icons from within your app.

Copy, paste, ship

Get started in 30 seconds

One curl command away from thousands of icons

terminal
curl -X POST 'https://api.macosicons.com/api/v1/search' \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"query": "Safari"}'

# Response
{
  "hits": [
    {
      "appName": "Safari",
      "lowResPngUrl": "https://...",
      "icnsUrl": "https://...",
      "iOSUrl": "https://...",
      "category": "Browser",
      "credit": "Elías",
      "creditUrl": "https://...",
      "downloads": 7523
    }... 
  ],
  "query": "Safari",
  "totalHits": 42,
  "limit": 10,
  "offset": 0,
  "page": 1,
  "totalPages": 4,
}
Launch in seconds

Your API key is waiting

Sign in to get instant access to your dashboard and API keys

macOSicons API

Please sign in to your macOSicons.com account

Don't have an account?