# Seloger Agents Data Extractor for Paris

**Use case:** 

Extract detailed profiles and contact information for real estate agents in Paris. Receive structured data on properties, ratings, and agency activity.

## Input

```json
{
  "startUrl": "https://www.seloger.com/annuaire/paris-75000/#intermediaryTypes=1&intermediaryTypes=2&intermediaryTypes=3&intermediaryTypes=5&projectType=1",
  "results_wanted": 100,
  "count_per_page": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "intermediary_id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "intermediary_type_label": {
    "label": "Type",
    "format": "text"
  },
  "locality_name": {
    "label": "Locality",
    "format": "text"
  },
  "locality_postal_code": {
    "label": "Postal Code",
    "format": "text"
  },
  "rating_value": {
    "label": "Rating",
    "format": "number"
  },
  "rating_reviews_count": {
    "label": "Reviews",
    "format": "number"
  },
  "rent_count": {
    "label": "Rent",
    "format": "number"
  },
  "sell_count": {
    "label": "Sell",
    "format": "number"
  },
  "rank_global": {
    "label": "Rank",
    "format": "number"
  },
  "profile_url": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Seloger Agents Scraper](https://apify.com/shahidirfan/seloger-agents-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/seloger-agents-scraper) to learn more, explore other use cases, and run it yourself.