🔎 Hunt down social media accounts by username across social networks using open-source project https://github.com/sherlock-project/sherlock
This Actor wraps the Sherlock Project to provide serverless username reconnaissance across social networks in the cloud. It helps you find usernames across multiple social media platforms without installing and running the tool locally.
1apify call YOUR_USERNAME/sherlock --input='{ 2 "usernames": ["johndoe", "janedoe"] 3}'
1curl --request POST \ 2 --url "https://api.apify.com/v2/acts/YOUR_USERNAME~sherlock/run" \ 3 --header 'Content-Type: application/json' \ 4 --header 'Authorization: Bearer YOUR_API_TOKEN' \ 5 --data '{ 6 "usernames": ["johndoe", "janedoe"], 7 } 8}'
The Actor accepts a JSON schema with the following structure:
Field | Type | Required | Default | Description |
---|---|---|---|---|
usernames | array | Yes | - | List of usernames to search for |
usernames[] | string | Yes | "json" | Username to search for |
1{ 2 "usernames": ["techuser", "designuser"], 3}
The Actor provides three types of outputs:
Field | Type | Required | Description |
---|---|---|---|
username | string | Yes | Username the search was conducted for |
links | arrray | Yes | Array with found links to the social media |
links[] | string | No | URL to the account |
1{ 2 "username": "johndoe", 3 "links": [ 4 "https://github.com/johndoe" 5 ] 6}
For more help, check the Sherlock Project documentation or raise an issue in the Actor's repository.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!