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
PreselectedEndpoint search
Launch any supported endpoint from here.
Showing 4 of 160 endpoints
Refine the search to narrow the list.
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
Start with an endpoint that matches the job to be done.
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.
Trustpilot Categories
List business categories
Start with category IDs before you spend credits on company discovery.
Required parameters
0 fieldsTrustpilot Company Search
Search companies on Trustpilot
Search for brands, marketplaces, or SaaS companies and inspect matched Trustpilot profiles.
Required parameters
1 fieldYouTube Search
Search YouTube videos
Test a high-volume content search flow with one required query parameter.
Required parameters
1 fieldLinkedIn Profile
Get LinkedIn profile data
Launch a profile scrape from a public LinkedIn URL and review the structured person data.
Required parameters
1 fieldDirections
Get directions between locations
Validate route and distance output with a simple origin and destination pair.
Required parameters
2 fieldsOne-Way Flight Search
Search for one-way flights
Check a realistic multi-parameter flight search before building booking or alert logic.
Required parameters
3 fieldsLaunch 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.