# Scrape LinkedIn product listings for HR tech

**Use case:** 

Extract LinkedIn product pages for recruiting software categories. Export product names, descriptions, and company data for B2B competitive intelligence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.linkedin.com/products/categories/recruiting-software"
    }
  ],
  "searchQueries": [
    "crm"
  ],
  "categorySlugs": [
    "recruiting-software"
  ],
  "maxItems": 2,
  "includeSimilarProducts": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product name"
  },
  "category": {
    "label": "Category"
  },
  "companyName": {
    "label": "Company name"
  },
  "description": {
    "label": "Description"
  },
  "websiteUrl": {
    "label": "Website url"
  },
  "productUrl": {
    "label": "Product url"
  },
  "sourceType": {
    "label": "Source type"
  },
  "sourceValue": {
    "label": "Source value"
  }
}
```

## About this Actor

This example demonstrates how to use [Linkedin Products Scraper](https://apify.com/rainminer/linkedin-products-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/linkedin-products-scraper) to learn more, explore other use cases, and run it yourself.