ManyVids Scraper - Videos, Creators & Metadata API avatar

ManyVids Scraper - Videos, Creators & Metadata API

Pricing

from $6.15 / 1,000 results

Go to Apify Store
ManyVids Scraper - Videos, Creators & Metadata API

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

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

14

Total users

2

Monthly active users

2 days ago

Last modified

Share

ManyVids Scraper - Videos, Creators & Metadata API

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

Apify Coverage Output Billing

Table of contents

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

FieldTypeRequiredDefaultDescription
maxVideosintegerno10Maximum number of videos to collect (1 to 1000000). Free Apify plans are capped at 10 per run.
withDetailsbooleannotrueWhen on, each video page is opened for price, views, likes, tags, duration, resolution and creator profile. When off, only fast catalog fields are returned.
searchQuerystringno(empty)Keyword to filter the public catalog by title or description, for example latina, cosplay, joi. Empty browses the newest videos.
creatorUrlsstring[]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.
videoUrlsstring[]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.

FieldTypeDescription
imageUrlstringScreenshot or poster image URL.
thumbnailUrlstringSmall thumbnail image URL.
titlestringVideo title.
urlstringDirect link to the video page.
videoIdstringManyVids video identifier.
creatorstringCreator display name.
creatorUrlstringCreator profile URL.
creatorIdstringCreator identifier.
creatorAvatarstringCreator avatar image URL.
creatorVerifiedbooleantrue if the creator is verified.
creatorIsAIbooleantrue if the creator is flagged as AI.
creatorIsPlusbooleantrue if the creator has a Plus membership.
creatorRanknumberCreator popularity rank.
creatorBiostringCreator bio text, when published.
creatorLocationstringCreator location, when published.
creatorOrientationstringCreator orientation attribute, when published.
creatorBodyTypestringCreator body type attribute, when published.
creatorHairColorstringCreator hair color attribute, when published.
creatorEthnicitystringCreator ethnicity attribute, when published.
creatorShortLinkstringCreator short link URL.
pricenumberList price (with withDetails).
currencystringCurrency code, usually USD.
onSalebooleantrue if the video is discounted.
discountedPricenumberSale price when on sale, else null.
isFreebooleantrue if the video is free.
viewsnumberView count.
likesnumberLike count.
durationstringRuntime, for example 07:23.
durationSecondsnumberRuntime in seconds, for example 443.
resolutionstringFor example HD, FHD, 4K.
sizeLabelstringFile size label, for example 904.89 MB.
previewUrlstringPreview clip URL.
commentCountnumberNumber of comments.
isExclusivebooleantrue if the video is exclusive.
statusstringFor example ACTIVE.
descriptionstringVideo description.
tagsstring[]Tags on the video.
launchDatestringISO 8601 launch timestamp.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull 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.

Capabilityscrapers.lat ManyVids ScraperTypical downloader actors
Browse newest catalogYesNo, URL input only
Keyword search across the catalogYesNo
Filter by creator profileYesNo
Scrape a list of specific video URLsYesYes
Price, sale price and free flagYesPrice only
Views, likes and commentsYesPartial
TagsYesYes
Duration as mm:ss and secondsYesPartial
Resolution and file sizeYesPartial
Creator identity (id, url, verified, AI)YesPartial
Full creator profile (bio, rank, location, body type, hair, ethnicity, orientation, avatar, short link)YesNo
Login or cookie requiredNoOften yes
No API key requiredYesVaries

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:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "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 (result event). A detail-page enrichment (details event) 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 error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on 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.

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

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

CampoTipoRequeridoPor defectoDescripcion
maxVideosintegerno10Numero maximo de videos a recopilar (1 a 1000000). Los planes gratuitos de Apify se limitan a 10 por ejecucion.
withDetailsbooleannotrueCuando 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.
searchQuerystringno(vacio)Palabra clave para filtrar el catalogo publico por titulo o descripcion, por ejemplo latina, cosplay, joi. Vacio explora los videos mas recientes.
creatorUrlsstring[]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.
videoUrlsstring[]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.

CampoTipoDescripcion
imageUrlstringURL de captura o imagen del poster.
thumbnailUrlstringURL de imagen en miniatura.
titlestringTitulo del video.
urlstringEnlace directo a la pagina del video.
videoIdstringIdentificador del video en ManyVids.
creatorstringNombre visible del creador.
creatorUrlstringURL del perfil del creador.
creatorIdstringIdentificador del creador.
creatorAvatarstringURL de la imagen de avatar del creador.
creatorVerifiedbooleantrue si el creador esta verificado.
creatorIsAIbooleantrue si el creador esta marcado como IA.
creatorIsPlusbooleantrue si el creador tiene membresia Plus.
creatorRanknumberRanking de popularidad del creador.
creatorBiostringBiografia del creador, cuando esta publicada.
creatorLocationstringUbicacion del creador, cuando esta publicada.
creatorOrientationstringAtributo de orientacion del creador, cuando esta publicado.
creatorBodyTypestringAtributo de tipo de cuerpo del creador, cuando esta publicado.
creatorHairColorstringAtributo de color de cabello del creador, cuando esta publicado.
creatorEthnicitystringAtributo de etnia del creador, cuando esta publicado.
creatorShortLinkstringURL de enlace corto del creador.
pricenumberPrecio de lista (con withDetails).
currencystringCodigo de moneda, normalmente USD.
onSalebooleantrue si el video tiene descuento.
discountedPricenumberPrecio de oferta cuando esta en oferta, si no null.
isFreebooleantrue si el video es gratuito.
viewsnumberNumero de vistas.
likesnumberNumero de me gusta.
durationstringDuracion, por ejemplo 07:23.
durationSecondsnumberDuracion en segundos, por ejemplo 443.
resolutionstringPor ejemplo HD, FHD, 4K.
sizeLabelstringEtiqueta de tamano de archivo, por ejemplo 904.89 MB.
previewUrlstringURL del clip de vista previa.
commentCountnumberNumero de comentarios.
isExclusivebooleantrue si el video es exclusivo.
statusstringPor ejemplo ACTIVE.
descriptionstringDescripcion del video.
tagsstring[]Etiquetas del video.
launchDatestringMarca de tiempo de lanzamiento ISO 8601.
observedAtstringMarca de tiempo ISO 8601 de cuando se recopilo el registro.
errorstringnull 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.

CapacidadManyVids Scraper de scrapers.latActores descargadores tipicos
Explorar catalogo mas recienteSiNo, solo entrada por URL
Busqueda por palabra clave en el catalogoSiNo
Filtrar por perfil de creadorSiNo
Extraer una lista de URLs de video especificasSiSi
Precio, precio de oferta y bandera de gratuitoSiSolo precio
Vistas, me gusta y comentariosSiParcial
EtiquetasSiSi
Duracion en mm:ss y en segundosSiParcial
Resolucion y tamano de archivoSiParcial
Identidad del creador (id, url, verificado, IA)SiParcial
Perfil completo del creador (biografia, ranking, ubicacion, tipo de cuerpo, cabello, etnia, orientacion, avatar, enlace corto)SiNo
Requiere inicio de sesion o cookieNoA menudo si
Requiere API keyNoVaria

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:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginar datasets grandes
curl "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 (evento details) 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 error y no cobra por el. Las ejecuciones vacias no cuestan nada.
  • Limite de gasto respetado. Define maxTotalChargeUsd en 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 maxVideos mayor.

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.