API Credentials |

Single Social Lookup API Playground

Test the Single Social Lookup API with real requests and see complete HTTP request/response details. This API allows you to find a specific social media profile URL for a person given their email or another social profile URL.

Try the API

Request Parameters

Provide a social media URL or email, plus the target site you want to find:

LinkedIn, Twitter, or other social media profile URL to look up from
Email address to look up from (alternative to social media URL)
The social media site you want to find the profile for (e.g., twitter, linkedin, instagram, facebook, tiktok, pinterest, github)
URL to receive results asynchronously

Quick Examples

Click any example to populate the form:

Response

Send a request to see the complete HTTP request/response details here...

Example Requests

Here are some example requests you can try:

LinkedIn to Twitter

Find a person's Twitter profile from their LinkedIn

URL: https://linkedin.com/in/johndoe
Site: twitter

Email to GitHub

Find a person's GitHub profile from their email

Email: john.doe@example.com
Site: github

Twitter to LinkedIn

Find a person's LinkedIn profile from their Twitter

URL: https://twitter.com/johndoe
Site: linkedin

Email to Instagram

Find a person's Instagram profile from their email

Email: john.doe@example.com
Site: instagram

Response Format

The API returns a JSON response with the following structure:

Response Example (Found)

{ "success": true, "data": { "request_id": "abc123def456...", "status": "completed", "target_site": "twitter", "url": "https://twitter.com/johndoe", "found": true }, "timestamp": "2025-01-15T10:30:05Z" }

Response Example (Not Found)

{ "success": true, "data": { "request_id": "abc123def456...", "status": "completed", "target_site": "twitter", "url": null, "found": false }, "timestamp": "2025-01-15T10:30:05Z" }

Response Example (Processing)

{ "success": true, "data": { "request_id": "abc123def456...", "status": "processing", "message": "Request is still being processed. Please check again in a few moments." }, "timestamp": "2025-01-15T10:30:02Z" }

Need Help?

Our support team is here to help you integrate and use our APIs effectively.

Email: support@nyne.com

Sales: sales@nyne.ai