# Extract Service Business Hours for Local SEO & Lead Generati

**Use case:** 

Gather detailed opening hours for local service businesses to inform directory listings and targeted marketing efforts. This data is crucial for local SEO agenc

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/Starbucks+Reserve+Roastery+New+York/@40.7416,-74.0053,17z/data=!3m1!4b1!4m6!3m5!1s0x89c259bf6dd90021:0x645ce21be1b31735!8m2!3d40.7416!4d-74.0053!16s%2Fg%2F11j7w8j09h?hl=en",
  "placeUrls": [
    "https://www.google.com/maps/place/Precision+Auto+Care/@38.904221,-77.021028,17z/data=!3m1!4b1!4m6!3m5!1s0x89b7c7b2e9d29e31:0x4e0f0f3e0f0f0f0f!8m2!3d38.904221!4d-77.0184531!16s%2Fg%2F1thz_78z",
    "https://www.google.com/maps/place/Supercuts/@34.052235,-118.243683,17z/data=!3m1!4b1!4m6!3m5!1s0x80c2c62c90c7f2ef:0x8e2c0e8e2c0e8e2c!8m2!3d34.052235!4d-118.2411081!16s%2Fg%2F1tfz_64t",
    "https://www.google.com/maps/place/Dry+Clean+Express/@32.776664,-96.796988,17z/data=!3m1!4b1!4m6!3m5!1s0x864e9a6e6e6e6e6e:0x9e3e9e3e9e3e9e3e!8m2!3d32.776664!4d-96.7944131!16s%2Fg%2F1tlx_25t"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name"
  },
  "placeId": {
    "label": "Place id"
  },
  "placeUrl": {
    "label": "Place url"
  },
  "location": {
    "label": "Location"
  },
  "isOpenNow": {
    "label": "Is open now"
  },
  "temporarilyClosed": {
    "label": "Temporarily closed"
  },
  "is24Hours": {
    "label": "Is24hours"
  },
  "openingHoursText": {
    "label": "Opening hours text"
  },
  "hoursStatus": {
    "label": "Hours status"
  },
  "hours": {
    "label": "Hours"
  },
  "weeklyPattern": {
    "label": "Weekly pattern"
  },
  "totalHoursPerWeek": {
    "label": "Total hours per week"
  },
  "holidayHours": {
    "label": "Holiday hours"
  },
  "specialHours": {
    "label": "Special hours"
  },
  "timezone": {
    "label": "Timezone"
  },
  "currentLocalTime": {
    "label": "Current local time"
  },
  "nextOpenTime": {
    "label": "Next open time"
  },
  "nextCloseTime": {
    "label": "Next close time"
  },
  "timeUntilNextChange": {
    "label": "Time until next change"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Business Hours Scraper](https://apify.com/crawlerbros/google-maps-business-hours) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-maps-business-hours) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/crawlerbros/google-maps-business-hours.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
