# Alamaula Scraper - Argentina Classifieds (`fervent_bus/alamaula-scraper`) Actor

Extract classified listings from Alamaula.com.ar. Get vehicles, real estate, services. Compatible with Claude, ChatGPT & AI agents via Apify MCP.

- **URL**: https://apify.com/fervent\_bus/alamaula-scraper.md
- **Developed by:** [Archit Khurana](https://apify.com/fervent_bus) (community)
- **Categories:**
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.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.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## 🏠 Alamaula Scraper - Argentina Classifieds Extractor

[![Apify](https://img.shields.io/badge/Apify-Actor-0069FF?logo=apify\&logoColor=white)](https://apify.com)
[![Python](https://img.shields.io/badge/Python-3.11+-3776AB?logo=python\&logoColor=white)](https://www.python.org)
[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)

Extract classified listings from **Alamaula.com.ar**, Argentina's popular marketplace. Get detailed data on real estate, vehicles, services, jobs, and products with prices, descriptions, seller info, and images.

Perfect for market research, price tracking, lead generation, and AI-powered classification analysis.

***

### 🎯 Features

✅ **Comprehensive Listing Data** - Extract title, price, category, location, condition, images, descriptions\
✅ **Multiple Categories** - Real estate, vehicles, services, jobs, buy/sell, pets, and more\
✅ **Image URLs** - Get all listing images\
✅ **Seller Information** - Contact details, seller type (business/individual)\
✅ **Flexible Filtering** - Filter by category, location, price range\
✅ **Pagination Support** - Automatically handle multi-page results\
✅ **Light Protection** - Works with standard Cloudflare (residential proxies recommended)

***

### 📊 Output

Each listing includes:

```json
{
  "title": "Departamento 2 Ambientes En Palermo",
  "price": "$85,000",
  "priceCurrency": "ARS",
  "category": "Inmuebles > Departamentos",
  "condition": "Usado",
  "location": "Buenos Aires, Palermo",
  "description": "Hermoso departamento de 2 ambientes...",
  "url": "https://alamaula.com.ar/inmuebles/departamentos/_i12345",
  "images": ["https://alamaula.nyc3.digitaloceanspaces.com/12345_large.jpg"],
  "sellerType": "Particular",
  "postedDate": "2 semanas",
  "photoCount": 8,
  "scrapedAt": "2026-08-31T12:00:00Z"
}
```

***

### 🚀 Quick Start

#### Basic Search - All Listings

```json
{
  "startUrls": ["https://www.alamaula.com.ar/"],
  "maxItems": 50
}
```

#### Search by Category

```json
{
  "startUrls": ["https://www.alamaula.com.ar/inmuebles/departamentos"],
  "maxItems": 100
}
```

#### Multiple Categories

```json
{
  "startUrls": [
    "https://www.alamaula.com.ar/compra-y-venta/hogar-muebles-y-jardin",
    "https://www.alamaula.com.ar/autos-motos-y-otros/autos-y-camionetas",
    "https://www.alamaula.com.ar/servicios/hogar-y-construccion"
  ],
  "maxItems": 200
}
```

***

### 🤖 AI Integration

**Compatible with Claude, ChatGPT & AI agents via Apify MCP.**

Use this scraper with AI assistants to:

- Analyze Argentine real estate trends
- Compare prices across regions
- Find business opportunities
- Generate market insights
- Classify listings automatically

```python
## Example: Using with Apify Python SDK
from apify_client import ApifyClient

client = ApifyClient("<YOUR_API_TOKEN>")
run = client.actor("YOUR_USERNAME/alamaula-scraper").call(
    run_input={"startUrls": ["https://www.alamaula.com.ar/inmuebles/"]}
)

for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(f"{item['title']} - {item['price']}")
```

***

### ⚙️ Input Configuration

| Field | Type | Description | Default |
|-------|------|-------------|---------|
| `startUrls` | Array | List of Alamaula URLs to scrape | Required |
| `maxItems` | Number | Maximum items to scrape (0 = unlimited) | 100 |
| `proxyConfiguration` | Object | Apify proxy settings | Residential |
| `maxConcurrency` | Number | Concurrent requests | 5 |

***

### 📈 Use Cases

🏠 **Real Estate Analysis** - Track Argentine property market trends\
🚗 **Vehicle Price Tracking** - Monitor used car prices across regions\
📊 **Market Research** - Analyze supply/demand in different categories\
🤖 **AI Classification** - Feed data to LLMs for listing categorization\
📱 **Lead Generation** - Find business opportunities and contacts\
💰 **Price Intelligence** - Compare prices across sellers

***

### 🗂️ Categories Supported

- **Inmuebles** (Real Estate): Apartments, Houses, Land, Commercial
- **Autos, Motos y Otros**: Cars, Motorcycles, Boats, Parts
- **Compra y Venta**: Furniture, Electronics, Clothing, Sports
- **Servicios**: Construction, Cleaning, Events, Repair
- **Empleos** (Jobs): Full-time, Part-time, Freelance
- **Mascotas** (Pets): Dogs, Cats, Supplies

***

### 🛡️ Technical Details

- **Protection Level**: Light Cloudflare (residential proxy recommended)
- **Rendering**: JavaScript-rendered (Playwright)
- **Rate Limits**: Respectful delays included
- **Data Format**: Clean, structured JSON

***

### 📝 Notes

- Respects robots.txt and rate limits
- Uses residential proxies to avoid blocking
- Handles dynamic content loading
- Returns clean, structured data
- Free trial available on Apify platform

***

### 🔗 Links

- [Alamaula.com.ar](https://www.alamaula.com.ar)
- [Apify Platform](https://apify.com)
- [Report Issues](https://github.com/roshtarg-cpu/alamaula-scraper/issues)

***

**Made with ❤️ for South American market intelligence**

# Actor input Schema

## `startUrls` (type: `array`):

List of Alamaula.com.ar URLs to scrape (homepage, category pages, search results)

## `maxItems` (type: `integer`):

Maximum number of items to scrape. Set to 0 for unlimited.

## `proxyConfiguration` (type: `object`):

Proxy settings for the scraper. Residential proxies recommended.

## `maxConcurrency` (type: `integer`):

Maximum number of concurrent requests

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.alamaula.com.ar/"
    }
  ],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 5
}
```

# Actor output Schema

## `results` (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 = {
    "startUrls": [
        {
            "url": "https://www.alamaula.com.ar/"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("fervent_bus/alamaula-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 = { "startUrls": [{ "url": "https://www.alamaula.com.ar/" }] }

# Run the Actor and wait for it to finish
run = client.actor("fervent_bus/alamaula-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 '{
  "startUrls": [
    {
      "url": "https://www.alamaula.com.ar/"
    }
  ]
}' |
apify call fervent_bus/alamaula-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,fervent_bus/alamaula-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/1QfYTNZgcAU0fqkpn/builds/nsX43ZeAFqOtiirvb/openapi.json
