# Acehardware Store Profile Scraper (`getdataforme/acehardware-store-profile-scraper`) Actor

This Apify Actor extracts comprehensive Ace Hardware store profiles—including address, contact details, operating hours, and capabilities—using a simple store ID. Perfect for market research, mapping, and business automation. Delivers accurate, real-time JSON data with no API keys needed.

- **URL**: https://apify.com/getdataforme/acehardware-store-profile-scraper.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** Automation, Lead generation, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $9.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **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 usage examples, see the [API](#api) section below.

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).

# README

## Acehardware Store Profile Scraper

### Introduction

The Acehardware Store Profile Scraper is a powerful Apify Actor designed to extract comprehensive profile information for individual Ace Hardware stores. By providing a store ID, users can retrieve detailed data including address, contact details, operating hours, capabilities, and more. This tool is ideal for businesses, researchers, and developers needing accurate, up-to-date store data for analysis, mapping, or integration into applications.

### Features

- **Comprehensive Data Extraction**: Retrieves full store profiles including location, hours, contact info, and capabilities.
- **High Accuracy and Reliability**: Pulls data directly from Ace Hardware's official sources for consistent, real-time information.
- **Fast and Efficient**: Optimized for quick scraping with minimal resource usage.
- **Structured JSON Output**: Delivers clean, parseable data ready for integration or export.
- **Flexible Input**: Accepts single store IDs for targeted extraction.
- **Error Handling**: Built-in mechanisms to manage invalid IDs or network issues.
- **No API Keys Required**: Simple setup without external dependencies.

### Input Parameters

| Parameter | Type | Required | Description | Example |
|-----------|------|----------|-------------|---------|
| storeId | string | Yes | The Ace Hardware store ID to get profile information for. | "18570" |

### Example Usage

#### Input

```json
{
  "storeId": "18570"
}
```

#### Output

```json
[
  {
    "storeCode": "18570",
    "storeName": "Big Horn Ace Hardware",
    "storeNameOverride": "Leadville - N Poplar St",
    "address": {
      "street": "1902 N Poplar St",
      "city": "Leadville",
      "state": "CO",
      "zipCode": "80461-3355",
      "country": "US"
    },
    "coordinates": {
      "latitude": 39.260452,
      "longitude": -106.292762
    },
    "contact": {
      "phone": "7194862220",
      "fax": "7194860805"
    },
    "operatingHours": {
      "sunday": {
        "label": "9:00AM-4:00PM",
        "openTime": "09:00",
        "closeTime": "16:00",
        "isClosed": false
      },
      "monday": {
        "label": "8:00AM-6:00PM",
        "openTime": "08:00",
        "closeTime": "18:00",
        "isClosed": false
      },
      "tuesday": {
        "label": "8:00AM-6:00PM",
        "openTime": "08:00",
        "closeTime": "18:00",
        "isClosed": false
      },
      "wednesday": {
        "label": "8:00AM-6:00PM",
        "openTime": "08:00",
        "closeTime": "18:00",
        "isClosed": false
      },
      "thursday": {
        "label": "8:00AM-6:00PM",
        "openTime": "08:00",
        "closeTime": "18:00",
        "isClosed": false
      },
      "friday": {
        "label": "8:00AM-6:00PM",
        "openTime": "08:00",
        "closeTime": "18:00",
        "isClosed": false
      },
      "saturday": {
        "label": "8:00AM-5:00PM",
        "openTime": "08:00",
        "closeTime": "17:00",
        "isClosed": false
      },
      "timeZone": "US Mountain Standard Time"
    },
    "capabilities": {
      "supportsInventory": true,
      "fulfillmentTypes": [
        {
          "code": "SP",
          "name": "In Store Pickup"
        }
      ],
      "curbsidePickup": false,
      "inStorePickup": false
    },
    "nearbyLocations": {
      "stores": [
        "17301",
        "18224",
        "18749",
        "19393",
        "19319",
        "18033"
      ],
      "distributionCenters": [
        "CO01"
      ]
    },
    "storeManager": "Clint Ripperger",
    "lastUpdated": "2026-02-22T14:45:57.863Z",
    "scrapedAt": "2026-02-23T05:47:54.885Z"
  }
]
```

### Use Cases

- **Market Research**: Analyze store locations, hours, and capabilities for regional market insights.
- **Competitive Intelligence**: Gather data on Ace Hardware competitors or partners.
- **Price Monitoring**: Integrate with inventory data for pricing strategies.
- **Content Aggregation**: Build directories or maps of hardware stores.
- **Academic Research**: Study retail distribution patterns.
- **Business Automation**: Automate data feeds for logistics or supply chain apps.

### Installation and Usage

1. Search for "Acehardware Store Profile Scraper" in the Apify Store.
2. Click "Try for free" or "Run".
3. Configure input parameters.
4. Click "Start" to begin extraction.
5. Monitor progress in the log.
6. Export results in your preferred format (JSON, CSV, Excel).

### Output Format

The Actor outputs an array of JSON objects, each representing a store profile. Key fields include `storeCode`, `storeName`, `address` (with street, city, state, zip, country), `coordinates` (latitude/longitude), `contact` (phone/fax), `operatingHours` (detailed per day with open/close times and time zone), `capabilities` (inventory support, fulfillment types), `nearbyLocations` (nearby stores and distribution centers), `storeManager`, and timestamps for `lastUpdated` and `scrapedAt`. Data is structured for easy parsing and integration.

### Support

For custom/simplified outputs or bug reports, please contact:

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: https://getdataforme.com/contact/

We're here to help you get the most out of this Actor!

***

# Actor input Schema

## `storeId` (type: `string`):

The Ace Hardware store ID to get profile information for.

## Actor input object example

```json
{
  "storeId": "18570"
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/acehardware-store-profile-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/acehardware-store-profile-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call getdataforme/acehardware-store-profile-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getdataforme/acehardware-store-profile-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/315mIlwjQVH1mzifl/builds/9mQ6NxUYGbythXwxc/openapi.json
