# Maheim Details Spider (`getdataforme/maheim-details-spider`) Actor

The Maheim Details Spider scrapes detailed location data from Manheim's website, including descriptions, contacts, and brands. It provides structured JSON output for seamless integration, with flexible URL input, high reliability, and no coding needed....

- **URL**: https://apify.com/getdataforme/maheim-details-spider.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** AI, Automation, E-commerce
- **Stats:** 3 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $90.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

### Description

The Maheim Details Spider scrapes detailed location data from Manheim's website, including descriptions, contacts, and brands. It provides structured JSON output for seamless integration, with flexible URL input, high reliability, and no coding needed....

***

## Maheim Details Spider

### Introduction

The Maheim Details Spider is a powerful Apify Actor designed to scrape detailed location information from Manheim's website. It extracts comprehensive data about auction locations, including descriptions, contact details, and associated brands, providing structured and reliable insights for various business needs. This tool simplifies data collection, enabling users to gather accurate information without manual effort.

### Features

- **Comprehensive Data Extraction**: Scrapes detailed location info, including names, descriptions, thumbnails, and organizational details from Manheim pages.
- **Structured JSON Output**: Delivers clean, machine-readable data with consistent formatting for easy integration into workflows.
- **Flexible URL Input**: Supports multiple start URLs, allowing targeted scraping of specific locations or regions.
- **High Reliability**: Built with robust error handling to ensure consistent performance across different page structures.
- **Fast and Efficient**: Optimized for speed, processing locations quickly while respecting rate limits.
- **No Coding Required**: User-friendly interface in the Apify Store, making it accessible to non-technical users.
- **Scalable**: Handles large volumes of data, suitable for batch processing and automation.

### Input Parameters

| Parameter | Type   | Required | Description | Example |
|-----------|--------|----------|-------------|---------|
| StartUrls | array  | No       | An array of starting URLs to scrape location details from Manheim's site. Must include at least one valid HTTP/HTTPS URL. | \["https://site.manheim.com/en/locations/us-locations/manheim-birmingham.html"] |

### Example Usage

#### Input Configuration

```json
{
  "StartUrls": [
    "https://site.manheim.com/en/locations/us-locations/manheim-birmingham.html"
  ]
}
```

#### Example Output

```json
[
  {
    "name": "Manheim Birmingham",
    "url": "https://site.manheim.com/en/locations/us-locations/manheim-birmingham.html",
    "description": "Manheim Birmingham has the best selection of local vehicles and services, including inspections, reconditioning, and more, in the auto remarketing space.",
    "thumbnail": "https://site.manheim.com/wp-content/uploads/sites/2/2025/03/location_hero_2026_birmingham.png?ver=1767623295",
    "date_published": "2023-06-13T11:02:49+00:00",
    "date_modified": "2026-03-16T17:54:46+00:00",
    "organization_name": "Manheim",
    "organization_url": "https://site.manheim.com/",
    "organization_logo": "https://site.manheim.com/wp-content/uploads/sites/2/2023/03/logo.svg",
    "social_links": [
      "https://www.facebook.com/Manheim",
      "https://x.com/Manheim_US",
      "https://www.linkedin.com/company/manheim/",
      "https://www.instagram.com/manheim_us/"
    ],
    "page_id": 16606,
    "country": [
      "United States"
    ],
    "state": [
      "Alabama"
    ],
    "consignor_brands": [
      "Colonial Auto Finance",
      "Element",
      "Enterprise Remarketing",
      "Meridian",
      "Penske",
      "SIXT"
    ],
    "author_name": "deepak",
    "actor_id": "IxzLfpE0Ymk2wVVS7",
    "run_id": "ufkT4mge9xgYsRhCa"
  }
]
```

### Use Cases

- **Market Research**: Analyze Manheim's location presence to understand regional market dynamics in auto auctions.
- **Competitive Intelligence**: Gather data on consignor brands and services offered at different locations for strategic insights.
- **Price Monitoring**: Track location-specific details to monitor changes in offerings or partnerships.
- **Content Aggregation**: Collect structured data for building databases of auction locations for reporting or visualization.
- **Academic Research**: Study geographic distribution of auto remarketing services using reliable scraped data.
- **Business Automation**: Automate data feeds for CRM systems or dashboards requiring up-to-date location information.

### Installation and Usage

1. Search for "Maheim Details Spider" 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 scraped location. Key fields include: `name` (location name), `url` (source URL), `description` (detailed text), `thumbnail` (image URL), `date_published` and `date_modified` (timestamps), `organization_name`, `organization_url`, `organization_logo`, `social_links` (array of social media URLs), `page_id` (unique identifier), `country` and `state` (geographic arrays), `consignor_brands` (array of associated brands), and metadata like `author_name`, `actor_id`, and `run_id`. This structure ensures comprehensive, easy-to-parse data for downstream applications.

### 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

## `StartUrls` (type: `array`):

The start urls for the spider.

## Actor input object example

```json
{
  "StartUrls": [
    "https://site.manheim.com/en/locations/us-locations/manheim-birmingham.html"
  ]
}
```

# 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/maheim-details-spider").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/maheim-details-spider").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/maheim-details-spider --silent --output-dataset

```

## MCP server setup

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

```

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/IxzLfpE0Ymk2wVVS7/builds/3c14Budu617K555Vx/openapi.json
