Skip to main content
GET
/
v1
/
scrape
/
google
/
search
Search
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/google/search \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "success": true,
    "results": {
      "0": {
        "title": "Austen Allred - Gauntlet AI - LinkedIn",
        "url": "https://www.linkedin.com/in/austenallred",
        "description": "Founder of Gauntlet AI · Experience: Gauntlet AI · Education: Y Combinator · Location: Austin · 500+ connections on LinkedIn. View Austen Allred's profile ..."
      },
      "1": {
        "title": "Twitter Profile",
        "url": "https://x.com/Austen"
      },
      "2": {
        "title": "Austen Allred (@Austen) / Posts / X - Twitter",
        "url": "https://x.com/Austen",
        "description": "Austen Allred (@Austen) - Posts - Founder GauntletAI.com : Free AI training for the smartest engineers. Will tweet as I wish and suff."
      }
    }
  },
  "creditsUsed": 1
}
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

query
string
required

Search query

Example:

"austen allred"

region
string

2 letter country code, ie US, UK, CA, etc This will show results from that country

Example:

"US"

Response

Successful response