# Extract Pune Architects' Details for Partnership Outreach

**Use case:** 

Obtain contact and service details for architects in Pune to identify potential partners for construction companies, material suppliers, or interior designers. 

## Input

```json
{
  "mode": "byCategory",
  "city": "Pune",
  "category": "architects",
  "locality": "",
  "keyword": "",
  "searchUrls": [],
  "listingUrls": [],
  "fetchListingDetails": true,
  "includeReviews": false,
  "minRating": 0,
  "minReviewCount": 0,
  "maxItems": 80,
  "useProxy": false,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {}
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "city": {
    "label": "City"
  },
  "locality": {
    "label": "Locality"
  },
  "addressText": {
    "label": "Address text"
  },
  "listingId": {
    "label": "Listing id"
  },
  "listingUrl": {
    "label": "Listing url"
  },
  "phoneNumbers": {
    "label": "Phone numbers"
  },
  "ratingValue": {
    "label": "Rating value"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "canonicalUrl": {
    "label": "Canonical url"
  },
  "sourceUrl": {
    "label": "Source url"
  },
  "dataSource": {
    "label": "Data source"
  },
  "sourcePageType": {
    "label": "Source page type"
  },
  "siteName": {
    "label": "Site name"
  },
  "recordType": {
    "label": "Record type"
  },
  "_reason": {
    "label": "Reason"
  }
}
```

## About this Actor

This example demonstrates how to use [AskLaila India Business Directory Scraper](https://apify.com/crawlerbros/asklaila-india-business-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/asklaila-india-business-directory-scraper) to learn more, explore other use cases, and run it yourself.