google-apilisted
Install: claude install-skill nikhonit/social-media-api-skills
# Google API skill
Read public Google results as clean JSON. This Google API skill returns search result pages, Google Business Profile details, the reviews and updates attached to a business, and the ads a company is running — the core inputs for local SEO work, reputation monitoring and competitive research.
This skill wraps **5 live Google endpoints** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON.
## When to use this skill
- You need SERP results for a query, as structured data rather than HTML.
- You are monitoring a business's Google reviews or its profile details.
- You want to see what ads a company is running.
- You are doing local SEO and need what Google publishes about a listing.
### Do not use this skill when
- **You need Google Search Console or Analytics data** for a property you own. Those are account-scoped; use Google's own APIs.
- **You need Maps places data.** Use the `google-maps-api` skill — `place`, `photos` and `contacts` live there.
- **You need news results.** Use `google-news-api`. Shopping results are in `google-shopping-api`, and interest-over-time is in `google-trends-api`.
- **You are firing searches speculatively.** Each result costs credits.
## Setup
```bash
export SCRAPERSOCIAL_KEY=sk_live_... # https://scrapersocial.com/app/keys
```
Signing up at [scrapersocial.com/signup](https://scrapersocial.com/signup) includes 100 free credits, no card required.
## Scripts
| Script | What i