# ManyVids Yoga Videos Search | Scraper

**Use case:** 

Collect ManyVids yoga videos with title, price, currency, views, likes, tags, duration, publish date and creator profile URL. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "searchQuery": "yoga",
  "creatorUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "creator": {
    "label": "Creator",
    "format": "text"
  },
  "creatorUrl": {
    "label": "Creator URL",
    "format": "link"
  },
  "creatorId": {
    "label": "Creator ID",
    "format": "text"
  },
  "creatorVerified": {
    "label": "Creator Verified",
    "format": "boolean"
  },
  "creatorIsAI": {
    "label": "Creator Is AI",
    "format": "boolean"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "onSale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "discountedPrice": {
    "label": "Sale Price",
    "format": "number"
  },
  "isFree": {
    "label": "Free",
    "format": "boolean"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "resolution": {
    "label": "Resolution",
    "format": "text"
  },
  "sizeLabel": {
    "label": "File Size",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "launchDate": {
    "label": "Launched",
    "format": "date"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ManyVids Videos & Creators Scraper](https://apify.com/scrapers_lat/manyvids-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/manyvids-scraper) to learn more, explore other use cases, and run it yourself.