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,
  "results": [
    {
      "url": "https://x.com/Austen",
      "title": "Austen Allred ✓",
      "description": "Among the dumbest assertions people make online is, “Remote work was better but companies brought everyone back in office to justify the rent they were paying and keep property values high.”  As if companies are incapable of subleasing or selling buildings.    22 hours ago"
    }
  ]
}
💳 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

success
boolean
required
Example:

true

results
object[]
required