# .guru OpenAPI Directory Full Export

**Use case:** 

Full Export of .guru OpenAPI Directory. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "query": "google"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "provider": {
    "label": "provider",
    "format": "text"
  },
  "apiName": {
    "label": "apiName",
    "format": "text"
  },
  "preferredVersion": {
    "label": "preferredVersion",
    "format": "text"
  },
  "description": {
    "label": "description",
    "format": "text"
  },
  "contactName": {
    "label": "contactName",
    "format": "text"
  },
  "contactEmail": {
    "label": "contactEmail",
    "format": "text"
  },
  "contactUrl": {
    "label": "contactUrl",
    "format": "link"
  },
  "license": {
    "label": "license",
    "format": "text"
  },
  "categories": {
    "label": "categories",
    "format": "text"
  },
  "swaggerUrl": {
    "label": "swaggerUrl",
    "format": "link"
  },
  "swaggerYamlUrl": {
    "label": "swaggerYamlUrl",
    "format": "link"
  },
  "openapiVer": {
    "label": "openapiVer",
    "format": "text"
  },
  "added": {
    "label": "added",
    "format": "text"
  },
  "updated": {
    "label": "updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [.guru OpenAPI Directory Scraper](https://apify.com/parseforge/apis-guru-openapi-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/apis-guru-openapi-directory-scraper) to learn more, explore other use cases, and run it yourself.