VOOZH about

URL: https://apify.com/caprolok/all-social-media-profile-details-extractor/api

⇱ All-in-One Social Media Profile Extractor API Β· Apify


πŸ‘ All Social Media Profile Details Extractor avatar

All Social Media Profile Details Extractor

Pricing

Pay per event

Go to Apify Store

All Social Media Profile Details Extractor

Extract rich profile details from Instagram, TikTok, YouTube, LinkedIn, and Twitter using usernames, URLs, or keywords. Get name, bio, followers, location, verified status, contact info, and moreβ€”perfect for research, outreach, and social intelligence.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ Caprolok

Caprolok

Maintained by Community

Actor stats

1

Bookmarked

208

Total users

9

Monthly active users

8 months ago

Last modified

Share

You might also like

Social Media Profile Finder

automation-lab/social-media-profile-finder

Find social media profiles linked from any website β€” Facebook, Twitter/X, LinkedIn, Instagram, YouTube, TikTok, and more.

πŸ‘ User avatar

Stas Persiianenko

137

2.0

Radaris People Search (SkipTrace Lookup)

crawlerbros/radaris-people-search

Look up US people by name and return matching profiles with addresses, relatives, alternate names, and geo coordinates. Powered by radaris.com (public Person JSON-LD). HTTP-only via Apify RESIDENTIAL US proxy; name-based search only.

73

Youtube Profile Scraper

pratikdani/youtube-profile-scraper

Extract YouTube channel data, including subscriber counts, video uploads, descriptions, and associated links. Get a comprehensive view of channel activity and profile information directly from YouTube.

450

1.0

Instagram Profile Scraper

direct_houseboat/instagram-profile-scraper

Scrape public Instagram profile data including bio, email (from bio), followers, and more using usernames or profile URLs.

261

5.0

Social Media Stats Checker

automation-lab/social-media-stats-checker

Check follower counts and profile stats across Instagram, TikTok, YouTube, and Twitter/X in one run. HTTP-only, no browser. Outputs unified stats: followers, following, posts, verified status, bio, and avatar. πŸ“Š

πŸ‘ User avatar

Stas Persiianenko

24

Skip Trace

twoapi/skip-trace

Skip Trace People Search

brilliant_gum/skip-trace-people-search

Find anyone in the US β€” phones, emails, addresses, relatives & aliases. Searches ThatsThem, Radaris & Spokeo simultaneously and merges results into one clean record. 4 search modes: name, phone, email, address.

πŸ‘ User avatar

Yuliia Kulakova

69

Skip Trace People Search

parseforge/skip-trace-scraper

Find people across the United States by name and state. Pull full names, all known addresses with street, city, state, ZIP, plus profile URLs and name variants. City-level pagination across the top 10 cities per state. Export to JSON, CSV, or Excel for due diligence and skip tracing.

You can access the All Social Media Profile Details Extractor 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "search_inputs": [
< "https://www.instagram.com/google/",
< "apple"
< ],
< "platforms": [
< "INSTAGRAM"
< ]
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/caprolok~all-social-media-profile-details-extractor/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

All-in-One Social Media Profile Extractor API

Below, you can find a list of relevant HTTP API endpoints for calling the All Social Media Profile Details Extractor Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/caprolok~all-social-media-profile-details-extractor/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/caprolok~all-social-media-profile-details-extractor/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/caprolok~all-social-media-profile-details-extractor?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the All Social Media Profile Details Extractor API programmatically via the Apify API.

You can choose from:

All Social Media Profile Details Extractor API in Python

All Social Media Profile Details Extractor API in JavaScript

All Social Media Profile Details Extractor API through CLI

All Social Media Profile Details Extractor OpenAPI definition

You can start All Social Media Profile Details Extractor with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The All Social Media Profile Details Extractor is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the All Social Media Profile Details Extractor run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.