Search the public web and return ranked organic results with snippets.
Endpoint
/v1/web/search
Query
Search query text to run against the public web.
ISO 3166-1 country code for localized results (e.g. US, GB, CA).
Optional filter by when results were posted.
Page number (1-based). Defaults to 1 when omitted.
const response = await fetch( "https://api.socialfetch.dev/v1/web/search?query=social media scraping API", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);