Skip to content
Scrappa Get API key
Make app

Scrappa Make Integration

Connect Scrappa to Make and automate Google Search, Google Maps, business enrichment, review monitoring, and video research scenarios with structured API data.

Use the Scrappa app in Make with a Scrappa API key from your dashboard. New accounts include 500 free monthly credits, so you can test a scenario before adding paid credits. Imported scenarios do not use shared Scrappa usage. Each user connects their own Scrappa key and destination app account. For the public integration overview and Make.com automation examples, see Scrappa for Make.

Credential setup

  1. Create a Scrappa account or sign in to your dashboard.
  2. Open API Keys and copy an active Scrappa API key.
  3. In Make, add the Scrappa app to a scenario.
  4. Create a new Scrappa API Key connection.
  5. Paste the Scrappa API key and save the connection.

Scrappa sends the key as an API header for every module request, so individual modules do not need manual authentication fields.

Need a key? Create a Scrappa account.

Use a distributed scenario

Scrappa provides validated starter scenarios for Make. Depending on the distribution path you receive, open the Make sharing link or import the blueprint JSON, then reconnect every app connection with your own accounts.

  1. Open the scenario sharing link or import the provided blueprint JSON in Make.
  2. Create or select your Scrappa connection and paste your Scrappa API key.
  3. Create or select the destination connection: Google Sheets for spreadsheet workflows, or Slack for review alerts.
  4. Review the starter query, result limit, business ID, channel, and schedule settings.
  5. Run the scenario once manually and confirm the output.
  6. Turn scheduling on only after the manual run succeeds.

Public Make template discovery depends on Make's app and template review path. Until that is complete, Scrappa scenarios are distributed through validated blueprints or Make sharing links.

Before you build in Make

Available modules

Module Use it for
Find Local Businesses Search Google Maps for local businesses by query and location.
Get Business Details Fetch detailed Google Maps business profile data.
Get Business Reviews Fetch review data for a Google Maps business.
Search Web Results Run Google Search and return structured organic result data.
Search Videos Search video results for research and monitoring scenarios.
Make an API Call Call any supported Scrappa endpoint directly from Make.

First scenario to build

Start with a small local lead workflow. It is already validated as a Make pattern, uses low-risk sample inputs, and gives you fields that are easy to map into a spreadsheet or CRM.

  1. Add a scheduled trigger in Make.
  2. Run Find Local Businesses for a query such as dentists in Austin.
  3. Loop through the returned businesses.
  4. Use Get Business Details to enrich each result.
  5. Send qualified rows to Google Sheets, Airtable, HubSpot, or another CRM.

Keep the first run small. After the scenario works, increase the schedule frequency or result count from Make and monitor usage in your Scrappa dashboard.

Validated starter templates

Use these scenario patterns first. All three workflows have been validated as Make scenarios and are ready to distribute as private blueprints or sharing links while the public Make template path is pending.

Local business leads to Google Sheets

Manual or weekly

Validated
  1. Connect Scrappa and Google Sheets in Make.
  2. Run Find Local Businesses with a query such as dentists in Austin TX.
  3. Iterate over the returned businesses.
  4. Run Get Business Details for each result.
  5. Add each enriched result as a Google Sheets row.

A 10-lead validation run is roughly 11 Scrappa API requests: 1 local search plus 10 detail lookups.

Weekly SERP tracker to Google Sheets

Weekly

Validated
  1. Connect Scrappa and Google Sheets in Make.
  2. Run Search Web Results for the target keyword.
  3. Iterate over the organic results.
  4. Add each ranking result as a Google Sheets row.
  5. Schedule weekly after the first successful run.

Tracking 50 keywords weekly is roughly 200 Scrappa API requests per 4-week month.

Google Maps review monitor to Slack

Daily

Validated
  1. Connect Scrappa and Slack in Make.
  2. Run Get Business Reviews for the target business ID.
  3. Iterate over the returned reviews.
  4. Filter reviews by rating or review date.
  5. Send the rating, author, text, and date to Slack.
  6. Schedule daily after the first successful run.

Monitoring 20 locations daily is roughly 600 Scrappa API requests per 30-day month.

Map fields from Scrappa JSON

Make modules return structured Scrappa records. For a local business scenario, map fields such as business name, address, phone, website, rating, review count, and place identifier into your destination app.

If you are unsure which field to use, run the endpoint in the dashboard playground or the public API playground docs before wiring the Make mapping.

Troubleshooting

  • If Make shows an authentication error, create a new Scrappa connection and paste an active dashboard API key.
  • If a required parameter error appears, open the module fields and confirm every required input has a value.
  • If the scenario returns no matching records, test with a broader query or location before adding filters.
  • If a review monitor should run less often, change the schedule from daily to weekly after the first successful manual run.
  • If a scheduled scenario stops after working earlier, check your Scrappa credit balance and recent API usage.