ManyVids Scraper - Videos, Creators & Metadata API
Pricing
from $6.15 / 1,000 results
ManyVids Scraper - Videos, Creators & Metadata API
Scrape the public ManyVids catalog with no API key. Search videos by keyword, creator or URL and export title, price, sale price, views, likes, tags, duration, resolution and full creator profile (bio, rank, location, verified). Output JSON, CSV, Excel.
Pricing
from $6.15 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
14
Total users
2
Monthly active users
2 days ago
Last modified
Categories
Share
ManyVids Scraper: Videos, Creators and Metadata (No API Key)
Extract public ManyVids video and creator metadata at scale, with no login and no API key. Browse the newest catalog, search by keyword, target specific creators, or pass a list of video URLs, and get one clean, normalized record per video: price and sale price, views, likes, comments, tags, duration, resolution, file size, plus a full creator profile (bio, rank, location, verification and AI flags). Export to JSON, CSV or Excel, or pull results through the Apify API.
This is a metadata-analytics tool. It reads only data that is publicly available on the ManyVids storefront. It does not log in, does not purchase, and never downloads any paid video file.
Here is one real result, with every field the actor returns:
{"imageUrl": "https://ods.manyvids.com/519435/.../screenshots/12ea402f80d74a8ea47d4eb5f9193bab.jpg","thumbnailUrl": "https://ods.manyvids.com/519435/.../screenshots/thumbs/thumb_12ea402f.jpg","title": "Foot fetish french speaking","url": "https://www.manyvids.com/Video/7027845/foot-fetish-french-speaking","videoId": "7027845","creator": "Sissi Viter","creatorUrl": "https://www.manyvids.com/Profile/519435/sissi-viter/Store/Videos","creatorId": "519435","creatorAvatar": "https://cdn5.manyvids.com/php_uploads/profile/.../cropped-image.jpeg","creatorVerified": false,"creatorIsAI": false,"creatorIsPlus": false,"creatorRank": 8875,"creatorBio": "Solo amateur, foot content and more","creatorLocation": "France","creatorOrientation": "straight","creatorBodyType": "Slender","creatorHairColor": "Brown","creatorEthnicity": "White / Caucasian","creatorShortLink": "https://sissi-viter.manyvids.com","price": 4.99,"currency": "USD","onSale": true,"discountedPrice": 3.74,"isFree": false,"views": 117,"likes": 0,"duration": "07:23","durationSeconds": 443,"resolution": "HD","sizeLabel": "904.89 MB","previewUrl": "https://ods.manyvids.com/519435/.../preview/b0a0c1ed.mp4_720.mp4","commentCount": 0,"isExclusive": false,"status": "ACTIVE","description": "Full video description as published on the public page","tags": ["FootFetish", "French", "MILF", "SolesFetish", "Toes"],"launchDate": "2025-11-06T22:14:45.000Z","observedAt": "2026-09-06T04:25:23.124Z","error": null}
Values are real. Some long strings above are shortened for readability; live runs return the full text.
Input - Output - Pricing - Examples
Table of contents
- What it does
- Use cases
- Quickstart
- Input reference
- Output reference
- How it compares
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
What it does
The actor reads the public ManyVids catalog and writes one normalized record per video to the run dataset. You can browse the newest videos, filter the catalog by keyword, restrict to specific creator profiles, or pass an explicit list of video page URLs. With full details enabled (the default), each video page is opened to collect price, sale price, views, likes, comments, tags, duration, resolution, file size, preview clip URL and a complete creator profile. With full details disabled, only the fast catalog fields (title, creator, thumbnail, description, url) are returned for cheaper, higher-volume pulls. Missing source values are returned as null, never invented.
Use cases
- Build an adult creator marketplace dataset for pricing, catalog and content-trend analysis.
- Track a creator or a competitor catalog: prices, sale activity, views, likes and new releases.
- Analyze tags and categories to find demand, gaps and popular content themes.
- Enrich a leads or research list with public creator profile attributes (rank, location, verification, AI flag).
- Feed a recommendation, search or analytics pipeline with clean, structured video metadata and no API key.
Quickstart
Open the actor, paste this into the input, and press Run. It returns 10 of the newest videos with full details.
{"maxVideos": 10,"withDetails": true}
Add a searchQuery to filter the catalog by keyword, pass creatorUrls to pull only videos by specific creators, or pass videoUrls to scrape exact video pages.
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
maxVideos | integer | no | 10 | Maximum number of videos to collect (1 to 1000000). Free Apify plans are capped at 10 per run. |
withDetails | boolean | no | true | When on, each video page is opened for price, views, likes, tags, duration, resolution and creator profile. When off, only fast catalog fields are returned. |
searchQuery | string | no | (empty) | Keyword to filter the public catalog by title or description, for example latina, cosplay, joi. Empty browses the newest videos. |
creatorUrls | string[] | no | [] | ManyVids creator profile URLs, for example https://www.manyvids.com/Profile/519435/sissi-viter/Store/Videos. Only public videos by these creators are returned. |
videoUrls | string[] | no | [] | Specific ManyVids video page URLs, for example https://www.manyvids.com/Video/7027845/foot-fetish-french-speaking. When set, the actor scrapes exactly these pages and skips the catalog browse. |
Output reference
One dataset item per video. Types: string, number, boolean, array, or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
imageUrl | string | Screenshot or poster image URL. |
thumbnailUrl | string | Small thumbnail image URL. |
title | string | Video title. |
url | string | Direct link to the video page. |
videoId | string | ManyVids video identifier. |
creator | string | Creator display name. |
creatorUrl | string | Creator profile URL. |
creatorId | string | Creator identifier. |
creatorAvatar | string | Creator avatar image URL. |
creatorVerified | boolean | true if the creator is verified. |
creatorIsAI | boolean | true if the creator is flagged as AI. |
creatorIsPlus | boolean | true if the creator has a Plus membership. |
creatorRank | number | Creator popularity rank. |
creatorBio | string | Creator bio text, when published. |
creatorLocation | string | Creator location, when published. |
creatorOrientation | string | Creator orientation attribute, when published. |
creatorBodyType | string | Creator body type attribute, when published. |
creatorHairColor | string | Creator hair color attribute, when published. |
creatorEthnicity | string | Creator ethnicity attribute, when published. |
creatorShortLink | string | Creator short link URL. |
price | number | List price (with withDetails). |
currency | string | Currency code, usually USD. |
onSale | boolean | true if the video is discounted. |
discountedPrice | number | Sale price when on sale, else null. |
isFree | boolean | true if the video is free. |
views | number | View count. |
likes | number | Like count. |
duration | string | Runtime, for example 07:23. |
durationSeconds | number | Runtime in seconds, for example 443. |
resolution | string | For example HD, FHD, 4K. |
sizeLabel | string | File size label, for example 904.89 MB. |
previewUrl | string | Preview clip URL. |
commentCount | number | Number of comments. |
isExclusive | boolean | true if the video is exclusive. |
status | string | For example ACTIVE. |
description | string | Video description. |
tags | string[] | Tags on the video. |
launchDate | string | ISO 8601 launch timestamp. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | null on success. On a failed detail fetch, the base catalog fields are still returned and this field carries the reason. |
With full details disabled, the detail-only fields (price, views, likes, tags, duration, resolution, size, creator profile) are omitted and only the fast catalog fields are returned.
How it compares
Most other ManyVids actors are downloaders: you paste one video URL (and often a login cookie) and they return media download links plus a few basic fields. This actor is a catalog and metadata engine built for analytics.
| Capability | scrapers.lat ManyVids Scraper | Typical downloader actors |
|---|---|---|
| Browse newest catalog | Yes | No, URL input only |
| Keyword search across the catalog | Yes | No |
| Filter by creator profile | Yes | No |
| Scrape a list of specific video URLs | Yes | Yes |
| Price, sale price and free flag | Yes | Price only |
| Views, likes and comments | Yes | Partial |
| Tags | Yes | Yes |
| Duration as mm:ss and seconds | Yes | Partial |
| Resolution and file size | Yes | Partial |
| Creator identity (id, url, verified, AI) | Yes | Partial |
| Full creator profile (bio, rank, location, body type, hair, ethnicity, orientation, avatar, short link) | Yes | No |
| Login or cookie required | No | Often yes |
| No API key required | Yes | Varies |
This actor is metadata only by design and does not download paid media.
Run via API and CLI
Start a run and read the dataset. Replace <TOKEN> with your Apify API token.
Run synchronously and get dataset items in one call:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~manyvids-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"searchQuery":"cosplay","maxVideos":25,"withDetails":true}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~manyvids-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"videoUrls":["https://www.manyvids.com/Video/7027845/foot-fetish-french-speaking"]}'
Apify CLI:
apify call scrapers_lat/manyvids-scraper \--input '{"maxVideos":50,"withDetails":false}'
Fetch results
Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.
Billing and limits
- Pay per result. You are charged per record returned (
resultevent). A detail-page enrichment (detailsevent) is added only for records that are successfully enriched. See the pricing tab for current prices. - No charge on failure. If a run errors before any data, the actor writes a single item with a populated
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results. - Free Apify plans are capped at 10 records per run. Upgrade for higher
maxVideos.
FAQ and troubleshooting
A run returned 0 records. Why?
The keyword or creator URLs matched nothing public. Try a broader searchQuery or leave it empty to browse the newest videos. Zero-result runs are not charged.
What is the difference between full details on and off? On, the actor opens each video page for price, views, likes, tags, duration, resolution and creator profile. Off, it returns only the fast catalog fields, which is cheaper and faster for large pulls.
Can I scrape a specific creator or specific videos?
Yes. Pass creator profile URLs in creatorUrls, or exact video page URLs in videoUrls.
Why do a few records carry an error and only the basic fields?
Video pages are served only to a matching region and behind an age gate. The actor rotates residential exit IPs and retries, but a small share of pages can still fail; those rows keep the catalog fields (title, creator, thumbnail, url) and report the reason in error.
Is this an official ManyVids tool? No. This actor is independent and has no affiliation with ManyVids. It reads only data that is publicly available on the site and does not download paid media.
Related scrapers
- Fansly Profile Scraper: Public Fansly creator profiles.
- FanCentro Profile Scraper: Public FanCentro creator profiles.
- Fanvue Profile Scraper: Public Fanvue creator profiles.
- JustForFans Profile Scraper: Public JustForFans creator profiles.
- Clips4Sale Scraper: Clips4Sale studio and clip listings.
- Chaturbate Scraper: Live Chaturbate broadcaster data.
More scrapers at scrapers.lat
Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.
Independent tool, not affiliated with ManyVids. Accesses only publicly available data.
ManyVids Scraper: Videos, Creadores y Metadatos (Sin API Key)
Extrae metadatos publicos de videos y creadores de ManyVids a escala, sin inicio de sesion y sin API key. Explora el catalogo mas reciente, busca por palabra clave, apunta a creadores especificos o pasa una lista de URLs de video, y obten un registro limpio y normalizado por video: precio y precio de oferta, vistas, me gusta, comentarios, etiquetas, duracion, resolucion, tamano de archivo, y un perfil completo del creador (biografia, ranking, ubicacion, verificacion y bandera de IA). Exporta a JSON, CSV o Excel, o consume los resultados a traves de la API de Apify.
Esta es una herramienta de analisis de metadatos. Lee solo datos disponibles publicamente en la tienda de ManyVids. No inicia sesion, no compra y nunca descarga ningun archivo de video de pago.
Este es un resultado real, con todos los campos que devuelve el actor:
{"imageUrl": "https://ods.manyvids.com/519435/.../screenshots/12ea402f80d74a8ea47d4eb5f9193bab.jpg","thumbnailUrl": "https://ods.manyvids.com/519435/.../screenshots/thumbs/thumb_12ea402f.jpg","title": "Foot fetish french speaking","url": "https://www.manyvids.com/Video/7027845/foot-fetish-french-speaking","videoId": "7027845","creator": "Sissi Viter","creatorUrl": "https://www.manyvids.com/Profile/519435/sissi-viter/Store/Videos","creatorId": "519435","creatorAvatar": "https://cdn5.manyvids.com/php_uploads/profile/.../cropped-image.jpeg","creatorVerified": false,"creatorIsAI": false,"creatorIsPlus": false,"creatorRank": 8875,"creatorBio": "Solo amateur, foot content and more","creatorLocation": "France","creatorOrientation": "straight","creatorBodyType": "Slender","creatorHairColor": "Brown","creatorEthnicity": "White / Caucasian","creatorShortLink": "https://sissi-viter.manyvids.com","price": 4.99,"currency": "USD","onSale": true,"discountedPrice": 3.74,"isFree": false,"views": 117,"likes": 0,"duration": "07:23","durationSeconds": 443,"resolution": "HD","sizeLabel": "904.89 MB","previewUrl": "https://ods.manyvids.com/519435/.../preview/b0a0c1ed.mp4_720.mp4","commentCount": 0,"isExclusive": false,"status": "ACTIVE","description": "Descripcion completa del video tal como se publica en la pagina publica","tags": ["FootFetish", "French", "MILF", "SolesFetish", "Toes"],"launchDate": "2025-11-06T22:14:45.000Z","observedAt": "2026-09-06T04:25:23.124Z","error": null}
Los valores son reales. Algunas cadenas largas se acortan para facilitar la lectura; las ejecuciones en vivo devuelven el texto completo.
Entrada - Salida - Precios - Ejemplos
Tabla de contenidos
- Que hace
- Casos de uso
- Inicio rapido
- Referencia de entrada
- Referencia de salida
- Como se compara
- Ejecutar via API y CLI
- Obtener resultados
- Facturacion y limites
- Preguntas frecuentes
Que hace
El actor lee el catalogo publico de ManyVids y escribe un registro normalizado por video en el dataset de la ejecucion. Puedes explorar los videos mas recientes, filtrar el catalogo por palabra clave, restringir a perfiles de creadores especificos o pasar una lista explicita de URLs de pagina de video. Con los detalles completos activados (el valor por defecto), cada pagina de video se abre para recopilar precio, precio de oferta, vistas, me gusta, comentarios, etiquetas, duracion, resolucion, tamano de archivo, URL de clip de vista previa y un perfil completo del creador. Con los detalles completos desactivados, solo se devuelven los campos rapidos del catalogo (titulo, creador, miniatura, descripcion, url) para extracciones mas baratas y de mayor volumen. Los valores ausentes en la fuente se devuelven como null, nunca se inventan.
Casos de uso
- Construir un dataset del mercado de creadores para analisis de precios, catalogo y tendencias de contenido.
- Seguir a un creador o el catalogo de un competidor: precios, ofertas, vistas, me gusta y nuevos lanzamientos.
- Analizar etiquetas y categorias para detectar demanda, vacios y temas de contenido populares.
- Enriquecer una lista de investigacion con atributos publicos del perfil del creador (ranking, ubicacion, verificacion, bandera de IA).
- Alimentar un pipeline de recomendacion, busqueda o analitica con metadatos de video limpios y estructurados, sin API key.
Inicio rapido
Abre el actor, pega esto en la entrada y presiona Ejecutar. Devuelve 10 de los videos mas recientes con detalles completos.
{"maxVideos": 10,"withDetails": true}
Agrega un searchQuery para filtrar el catalogo por palabra clave, pasa creatorUrls para extraer solo videos de creadores especificos, o pasa videoUrls para extraer paginas de video exactas.
Referencia de entrada
| Campo | Tipo | Requerido | Por defecto | Descripcion |
|---|---|---|---|---|
maxVideos | integer | no | 10 | Numero maximo de videos a recopilar (1 a 1000000). Los planes gratuitos de Apify se limitan a 10 por ejecucion. |
withDetails | boolean | no | true | Cuando esta activo, cada pagina de video se abre para precio, vistas, me gusta, etiquetas, duracion, resolucion y perfil del creador. Cuando esta desactivado, solo se devuelven los campos rapidos del catalogo. |
searchQuery | string | no | (vacio) | Palabra clave para filtrar el catalogo publico por titulo o descripcion, por ejemplo latina, cosplay, joi. Vacio explora los videos mas recientes. |
creatorUrls | string[] | no | [] | URLs de perfil de creador de ManyVids, por ejemplo https://www.manyvids.com/Profile/519435/sissi-viter/Store/Videos. Solo se devuelven videos publicos de estos creadores. |
videoUrls | string[] | no | [] | URLs especificas de pagina de video de ManyVids, por ejemplo https://www.manyvids.com/Video/7027845/foot-fetish-french-speaking. Cuando se define, el actor extrae exactamente estas paginas y omite la exploracion del catalogo. |
Referencia de salida
Un elemento del dataset por video. Tipos: string, number, boolean, array o null cuando el valor de origen esta ausente.
| Campo | Tipo | Descripcion |
|---|---|---|
imageUrl | string | URL de captura o imagen del poster. |
thumbnailUrl | string | URL de imagen en miniatura. |
title | string | Titulo del video. |
url | string | Enlace directo a la pagina del video. |
videoId | string | Identificador del video en ManyVids. |
creator | string | Nombre visible del creador. |
creatorUrl | string | URL del perfil del creador. |
creatorId | string | Identificador del creador. |
creatorAvatar | string | URL de la imagen de avatar del creador. |
creatorVerified | boolean | true si el creador esta verificado. |
creatorIsAI | boolean | true si el creador esta marcado como IA. |
creatorIsPlus | boolean | true si el creador tiene membresia Plus. |
creatorRank | number | Ranking de popularidad del creador. |
creatorBio | string | Biografia del creador, cuando esta publicada. |
creatorLocation | string | Ubicacion del creador, cuando esta publicada. |
creatorOrientation | string | Atributo de orientacion del creador, cuando esta publicado. |
creatorBodyType | string | Atributo de tipo de cuerpo del creador, cuando esta publicado. |
creatorHairColor | string | Atributo de color de cabello del creador, cuando esta publicado. |
creatorEthnicity | string | Atributo de etnia del creador, cuando esta publicado. |
creatorShortLink | string | URL de enlace corto del creador. |
price | number | Precio de lista (con withDetails). |
currency | string | Codigo de moneda, normalmente USD. |
onSale | boolean | true si el video tiene descuento. |
discountedPrice | number | Precio de oferta cuando esta en oferta, si no null. |
isFree | boolean | true si el video es gratuito. |
views | number | Numero de vistas. |
likes | number | Numero de me gusta. |
duration | string | Duracion, por ejemplo 07:23. |
durationSeconds | number | Duracion en segundos, por ejemplo 443. |
resolution | string | Por ejemplo HD, FHD, 4K. |
sizeLabel | string | Etiqueta de tamano de archivo, por ejemplo 904.89 MB. |
previewUrl | string | URL del clip de vista previa. |
commentCount | number | Numero de comentarios. |
isExclusive | boolean | true si el video es exclusivo. |
status | string | Por ejemplo ACTIVE. |
description | string | Descripcion del video. |
tags | string[] | Etiquetas del video. |
launchDate | string | Marca de tiempo de lanzamiento ISO 8601. |
observedAt | string | Marca de tiempo ISO 8601 de cuando se recopilo el registro. |
error | string | null en caso de exito. Si falla la carga del detalle, se devuelven igualmente los campos basicos del catalogo y este campo indica el motivo. |
Con los detalles completos desactivados, los campos de solo detalle (precio, vistas, me gusta, etiquetas, duracion, resolucion, tamano, perfil del creador) se omiten y solo se devuelven los campos rapidos del catalogo.
Como se compara
La mayoria de los otros actores de ManyVids son descargadores: pegas una URL de video (y a menudo una cookie de sesion) y devuelven enlaces de descarga mas unos pocos campos basicos. Este actor es un motor de catalogo y metadatos pensado para analitica.
| Capacidad | ManyVids Scraper de scrapers.lat | Actores descargadores tipicos |
|---|---|---|
| Explorar catalogo mas reciente | Si | No, solo entrada por URL |
| Busqueda por palabra clave en el catalogo | Si | No |
| Filtrar por perfil de creador | Si | No |
| Extraer una lista de URLs de video especificas | Si | Si |
| Precio, precio de oferta y bandera de gratuito | Si | Solo precio |
| Vistas, me gusta y comentarios | Si | Parcial |
| Etiquetas | Si | Si |
| Duracion en mm:ss y en segundos | Si | Parcial |
| Resolucion y tamano de archivo | Si | Parcial |
| Identidad del creador (id, url, verificado, IA) | Si | Parcial |
| Perfil completo del creador (biografia, ranking, ubicacion, tipo de cuerpo, cabello, etnia, orientacion, avatar, enlace corto) | Si | No |
| Requiere inicio de sesion o cookie | No | A menudo si |
| Requiere API key | No | Varia |
Este actor es solo de metadatos por diseno y no descarga contenido de pago.
Ejecutar via API y CLI
Inicia una ejecucion y lee el dataset. Reemplaza <TOKEN> con tu token de API de Apify.
Ejecucion sincrona que devuelve los elementos del dataset en una sola llamada:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~manyvids-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"searchQuery":"cosplay","maxVideos":25,"withDetails":true}'
Iniciar una ejecucion asincrona:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~manyvids-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"videoUrls":["https://www.manyvids.com/Video/7027845/foot-fetish-french-speaking"]}'
Apify CLI:
apify call scrapers_lat/manyvids-scraper \--input '{"maxVideos":50,"withDetails":false}'
Obtener resultados
Cada ejecucion escribe en un dataset. Obten los elementos en JSON, CSV o Excel cambiando format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginar datasets grandescurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> se devuelve como defaultDatasetId en el objeto de la ejecucion. Usa offset y limit para paginar conjuntos de resultados grandes. clean=true descarta campos vacios e internos.
Facturacion y limites
- Pago por resultado. Se cobra por registro devuelto (evento
result). Un enriquecimiento de pagina de detalle (eventodetails) se agrega solo para los registros enriquecidos con exito. Consulta la pestana de precios para los precios actuales. - Sin cargo en caso de fallo. Si una ejecucion falla antes de obtener datos, el actor escribe un solo elemento con el campo
errory no cobra por el. Las ejecuciones vacias no cuestan nada. - Limite de gasto respetado. Define
maxTotalChargeUsden la ejecucion; una vez alcanzado, el actor deja de emitir y cobrar mas resultados facturables. - Los planes gratuitos de Apify se limitan a 10 registros por ejecucion. Mejora tu plan para un
maxVideosmayor.
Preguntas frecuentes
Una ejecucion devolvio 0 registros. Por que?
La palabra clave o las URLs de creador no coincidieron con nada publico. Prueba un searchQuery mas amplio o dejalo vacio para explorar los videos mas recientes. Las ejecuciones sin resultados no se cobran.
Cual es la diferencia entre detalles completos activados y desactivados? Activados, el actor abre cada pagina de video para precio, vistas, me gusta, etiquetas, duracion, resolucion y perfil del creador. Desactivados, devuelve solo los campos rapidos del catalogo, lo cual es mas barato y rapido para grandes extracciones.
Puedo extraer un creador o videos especificos?
Si. Pasa URLs de perfil de creador en creatorUrls, o URLs exactas de pagina de video en videoUrls.
Por que algunos registros traen un error y solo los campos basicos?
Las paginas de video se sirven solo a una region coincidente y detras de una verificacion de edad. El actor rota IPs residenciales de salida y reintenta, pero una pequena parte de las paginas puede fallar; esas filas conservan los campos del catalogo (titulo, creador, miniatura, url) e indican el motivo en error.
Es esta una herramienta oficial de ManyVids? No. Este actor es independiente y no tiene afiliacion con ManyVids. Lee solo datos disponibles publicamente en el sitio y no descarga contenido de pago.
Mas scrapers en scrapers.lat
Creado y mantenido por scrapers.lat, donde publicamos scrapers para plataformas publicas de EE. UU. y America Latina: registros de empresas, datos de gobierno, finanzas, comercio electronico y mas. Explora el catalogo o solicita un scraper personalizado en scrapers.lat.
Herramienta independiente, sin afiliacion con ManyVids. Accede solo a datos disponibles publicamente.
