# fal.ai Stable Diffusion Model Search

**Use case:** 

Search fal.ai models for Stable Diffusion and export model metadata, categories, pricing, and endpoint details.

## Input

```json
{
  "maxResults": 40,
  "category": "",
  "searchQuery": "stable diffusion",
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "modelPath": {
    "label": "Model Path",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "shortDescription": {
    "label": "Description",
    "format": "text"
  },
  "modelUrl": {
    "label": "API URL",
    "format": "link"
  },
  "landingPageUrl": {
    "label": "Landing Page",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "deprecated": {
    "label": "Deprecated",
    "format": "boolean"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "modelLab": {
    "label": "Lab / Provider",
    "format": "text"
  },
  "licenseType": {
    "label": "License",
    "format": "text"
  },
  "hostingType": {
    "label": "Hosting",
    "format": "text"
  },
  "pricingInfo": {
    "label": "Pricing",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Fal.ai Models Scraper](https://apify.com/automation-lab/fal-ai-models-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fal-ai-models-scraper) to learn more, explore other use cases, and run it yourself.