# Recently Updated WordPress Block Themes Monitor

**Use case:** 

Monitor updated WordPress block themes with versions, compatibility, downloads, ratings, authors, tags, and screenshots.

## Input

```json
{
  "searchTerms": [],
  "browse": "updated",
  "tags": [
    "full-site-editing"
  ],
  "themeSlugs": [],
  "maxItems": 250,
  "includeDetails": true
}
```

## Output

```json
{
  "queryType": {
    "label": "Query type"
  },
  "query": {
    "label": "Query"
  },
  "name": {
    "label": "Theme name",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "version": {
    "label": "Version"
  },
  "homepageUrl": {
    "label": "WordPress.org URL",
    "format": "link"
  },
  "previewUrl": {
    "label": "Preview URL",
    "format": "link"
  },
  "screenshotUrl": {
    "label": "Screenshot URL",
    "format": "link"
  },
  "downloadUrl": {
    "label": "Download URL",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "ratingPercent": {
    "label": "Rating %"
  },
  "ratingAverage": {
    "label": "Rating average"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "downloaded": {
    "label": "Downloads"
  },
  "lastUpdated": {
    "label": "Last updated"
  },
  "lastUpdatedTime": {
    "label": "Last updated time"
  },
  "createdAt": {
    "label": "Created at"
  },
  "requiresWordPress": {
    "label": "Requires WordPress"
  },
  "requiresPhp": {
    "label": "Requires PHP"
  },
  "isCommercial": {
    "label": "Commercial"
  },
  "isCommunity": {
    "label": "Community"
  },
  "externalSupportUrl": {
    "label": "External support URL",
    "format": "link"
  },
  "externalRepositoryUrl": {
    "label": "External repository URL",
    "format": "link"
  },
  "tags": {
    "label": "Tag slugs"
  },
  "tagLabels": {
    "label": "Tag labels"
  },
  "author": {
    "label": "Author"
  },
  "reviewsUrl": {
    "label": "Reviews URL",
    "format": "link"
  },
  "sourceApiUrl": {
    "label": "Source API URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [WordPress Themes Directory Scraper](https://apify.com/automation-lab/wordpress-themes-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/wordpress-themes-directory-scraper) to learn more, explore other use cases, and run it yourself.