VOOZH about

URL: https://apify.com/scraperx/vimeo-phone-number-scraper/api/javascript

โ‡ฑ Vimeo Phone Number Scraper API in JavaScript ยท Apify


Pricing

from $3.99 / 1,000 results

Go to Apify Store

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ScraperX

ScraperX

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 days ago

Last modified

Share

You might also like

Vimeo Phone Number Scraper

api-empire/vimeo-phone-number-scraper

Automate phone number extraction from Vimeo with Vimeo Phone Number Scraper. The actor scans profiles and pages and pulls available contact numbers into structured datasets for CRM enrichment and outreach automation.

Vimeo Phone Number Scraper

scraper-engine/vimeo-phone-number-scraper

Vimeo Phone Number Scraper extracts publicly listed phone numbers from Vimeo profiles and video pages. Build targeted creator contact lists by category or region. Ideal for brands and agencies running direct outreach campaigns.

๐Ÿ‘ User avatar

Scraper Engine

2

Vimeo Phone Number Scraper

scrapio/vimeo-phone-number-scraper

Vimeo Phone Number Scraper helps you collect creator and business phone numbers directly from Vimeo pages. Use the data for sponsorship outreach, collaborations, and licensing discussions. Fast, scalable scraping with clean exports.

Vimeo Email Scraper

scrapapi/vimeo-email-scraper

Vimeo Phone Number Scraper

simpleapi/vimeo-phone-number-scraper

Vimeo Phone Number Scraper collects phone contact data to support video industry research and outreach. Filter by category or location to analyze creators, production houses, and publishers at scale.

VIMEO Extractor

jupri/vimeo

๐Ÿ’ซ All-in-One Vimeo.com Scraper

You can access the Vimeo Phone Number Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

1import{ ApifyClient }from'apify-client';
2
3// Initialize the ApifyClient with your Apify API token
4// Replace the '<YOUR_API_TOKEN>' with your token
5const client =newApifyClient({
6token:'<YOUR_API_TOKEN>',
7});
8
9// Prepare Actor input
10const input ={
11"keywords":[
12"marketing"
13]
14};
15
16// Run the Actor and wait for it to finish
17const run =await client.actor("scraperx/vimeo-phone-number-scraper").call(input);
18
19// Fetch and print Actor results from the run's dataset (if any)
20console.log('Results from dataset');
21console.log(`๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
22const{ items }=await client.dataset(run.defaultDatasetId).listItems();
23items.forEach((item)=>{
24 console.dir(item);
25});
26
27// ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/js/docs

Vimeo Phone Number Scraper API in JavaScript

The Apify API client for JavaScript is the official library that allows you to use Vimeo Phone Number Scraper API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.

Install the apify-client

$npminstall apify-client

Other API clients include:

Vimeo Phone Number Scraper API in Python

Vimeo Phone Number Scraper API through CLI

Vimeo Phone Number Scraper OpenAPI definition

Vimeo Phone Number Scraper API