# Axial Investment Banks Scraper

**Use case:** 

Scrape Axial investment banks with profile URLs, descriptions, deal counts, locations, and recent transaction snippets.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.axial.net/forum/companies/investment-banks/"
    },
    {
      "url": "https://www.axial.net/forum/companies/m-a-advisory-firms/"
    },
    {
      "url": "https://www.axial.net/forum/companies/business-brokers/"
    }
  ],
  "categories": [
    "investment-banks"
  ],
  "maxItems": 100,
  "maxPagesPerCategory": 5,
  "includeProfiles": true
}
```

## Output

```json
{
  "firmName": {
    "label": "Firm name"
  },
  "firmType": {
    "label": "Firm type"
  },
  "category": {
    "label": "Category"
  },
  "location": {
    "label": "Location"
  },
  "profileUrl": {
    "label": "Profile URL"
  },
  "website": {
    "label": "Website"
  },
  "closedDealsViaAxial": {
    "label": "Closed deals via Axial"
  },
  "totalClosedDeals": {
    "label": "Total closed deals"
  },
  "firmDescription": {
    "label": "Description"
  },
  "recentTransactions": {
    "label": "Recent transactions"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Axial M&A Advisor Directory Scraper](https://apify.com/automation-lab/axial-ma-advisor-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/axial-ma-advisor-directory-scraper) to learn more, explore other use cases, and run it yourself.