Skip to content
Scrappa Get API key
Public endpoint launcher

Choose an endpoint and launch a real Scrappa request faster.

Start from a curated endpoint instead of a blank playground. Each launcher card shows the request cost, the required parameters, and direct links into the authenticated Playground and the full docs page.

Start with an endpoint

Preselected
Trustpilot Categories Trustpilot API Free
Trustpilot Company Search Trustpilot API 1 credit / request
YouTube Search YouTube API 1 credit / request

Endpoint search

Launch any supported endpoint from here.

Showing 4 of 160 endpoints

Refine the search to narrow the list.

No supported endpoints match this search. Try a broader family name like Google, Trustpilot, LinkedIn, YouTube, jobs, maps, or reviews.

Interactive API testing

Use the Scrappa API Playground to validate requests before you write integration code.

The public Playground launcher is a starting point for developers evaluating Scrappa endpoints. It explains which inputs are required, shows the request cost, and connects each test path to the endpoint documentation so you can move from a sample request to production code without hunting through the dashboard.

Start with the Scrappa API quick start when you need the full request flow, then use this page to pick a real endpoint and inspect the JSON shape. For authenticated calls, review API key authentication before launching the dashboard Playground.

Common first tests include search result extraction, review profile lookups, LinkedIn enrichment, map directions, and travel data. Each launcher links back to its canonical endpoint docs, including the Trustpilot company search API, YouTube search API, and LinkedIn profile API.

Featured launchers

These launcher cards prioritize common first-request flows and keep the setup obvious: inspect the docs, confirm the required fields, then open the real Playground with the endpoint already selected.

Company discovery Trustpilot API 1 credit / request

Trustpilot Company Search

Search companies on Trustpilot

Search for brands, marketplaces, or SaaS companies and inspect matched Trustpilot profiles.

Required parameters

1 field
query = amazon
Video research YouTube API 1 credit / request

YouTube Search

Search YouTube videos

Test a high-volume content search flow with one required query parameter.

Required parameters

1 field
query = programming tutorial
Profile enrichment LinkedIn API 1 credit / request

LinkedIn Profile

Get LinkedIn profile data

Launch a profile scrape from a public LinkedIn URL and review the structured person data.

Required parameters

1 field
url = https://www.linkedin.com/in/williamhgates/
Location workflows Google Maps API 1 credit / request

Directions

Get directions between locations

Validate route and distance output with a simple origin and destination pair.

Required parameters

2 fields
origin = New York, NY destination = Boston, MA
Travel data Google Flights API 1 credit / request

One-Way Flight Search

Search for one-way flights

Check a realistic multi-parameter flight search before building booking or alert logic.

Required parameters

3 fields
origin = JFK destination = LAX departure_date = 2026-09-15

Launch checklist

What the first-request flow looks like

Step 1

Pick an endpoint

Choose a launcher card that matches your use case instead of starting from a blank selector.

Step 2

Fill the required fields

Use the parameter chips as your starting values, then adjust locale, limits, and filters in the Playground.

Step 3

Inspect the JSON response

Compare the JSON, Data, and Code tabs before you wire the request into your app or workflow.

After your first successful request

Copy the generated request into your app, then use the error and automation docs to make the workflow production ready.