Skip to main content

πŸš€ Quickstart

Connect to Scavio with Nango and see data flow in 2 minutes.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Scavio.
2

Authorize Scavio

Go to Connections -> Add Test Connection -> Authorize, then enter your API Key. Later, you’ll let your users do the same directly from your app.
3

Call the Scavio API

Let’s make your first request to the Scavio API (a Google search). Replace the placeholders below with your Environment API key, integration ID, and connection ID:
Or fetch credentials with the Node SDK or API.βœ… You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our quickstart to integrate Nango in your app.To obtain your own credentials, follow the setup guide linked below.

πŸ“š Scavio integration guides

Nango-maintained guides for common use cases. Official docs: Scavio

API gotchas

  • Scavio is billed in credits, not requests. Most endpoints cost 1 credit per call, but some cost more, so read the per-endpoint cost in the docs before running a large sync.
  • Platform endpoints live under two versions. Google search endpoints are on /api/v2/google; the other platforms are on /api/v1/<platform>/.... Copy the path from the endpoint’s docs page rather than deriving it, since a few paths do not match their platform name.
  • The generic extract endpoint is POST /api/v1/extract, which is not tied to a platform. It takes a URL and returns Markdown, plain text or HTML, and is priced by tier rather than by the flat per-call cost most platform endpoints use.
  • Most endpoints are POST with a JSON body. Calling one with GET returns a 404 rather than a 405, which reads like a missing endpoint.

🧩 Pre-built syncs & actions for Scavio

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.