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
}Search Google
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
}Search query
"austen allred"
2 letter country code, ie US, UK, CA, etc This will show results from that country
"US"
Successful response