# Qualocmmm Category Scraper (`getdataforme/qualocmmm-category-scraper`) Actor

Extract detailed Qualcomm product data effortlessly with the Qualocmmm Category Scraper Apify Actor. It uses keyword searches to scrape titles, descriptions, URLs, and metadata across multiple pages, delivering structured JSON output via reliable Playwright technology....

- **URL**: https://apify.com/getdataforme/qualocmmm-category-scraper.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** Automation, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $9.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.

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

## Qualocmmm Category Scraper

### Introduction

The Qualocmmm Category Scraper is a powerful Apify Actor designed to extract detailed product information from Qualcomm's website based on user-defined search keywords. It leverages PlaywrightCrawler for reliable web scraping, delivering structured data on products, descriptions, URLs, and more. This tool is ideal for researchers, businesses, and developers seeking accurate, up-to-date insights into Qualcomm's product catalog.

### Features

- **Keyword-Based Scraping**: Efficiently searches and scrapes product data using custom keywords for targeted results.
- **Paginated Extraction**: Supports scraping multiple pages to gather comprehensive datasets.
- **Structured Output**: Provides clean, JSON-formatted data with fields like product titles, descriptions, URLs, and metadata.
- **High Reliability**: Uses Playwright for robust handling of dynamic web content and anti-bot measures.
- **Performance Optimized**: Fast execution with minimal resource usage, suitable for large-scale data collection.
- **Metadata Enrichment**: Includes relevance scores, publication dates, and source details for enhanced analysis.
- **Flexible Export**: Results can be exported in JSON, CSV, or Excel formats for easy integration.

### Input Parameters

| Parameter     | Type    | Required | Description                                                                 | Example          |
|---------------|---------|----------|-----------------------------------------------------------------------------|------------------|
| searchKeyword | string  | Yes      | The keyword to search for on Qualcomm's site, used to filter and retrieve relevant products. | "Mobile"        |
| maxpage       | integer | No       | The maximum number of pages to scrape for the given keyword. Defaults to 5 if not specified. | 5               |

### Example Usage

#### Input

```json
{
  "searchKeyword": "Mobile",
  "maxpage": 5
}
```

#### Output

```json
[
  {
    "productTitle": "Snapdragon 6s Gen 3 Mobile Platform",
    "productDescription": "Introducing the Snapdragon® 6s Gen 3 Mobile Platform, unlocking performance, gaming and intelligent assistance.",
    "productUrl": "https://www.qualcomm.com/smartphones/products/6-series/snapdragon-6s-gen-3-mobile-platform",
    "chipProducts": [
      "SM6375"
    ],
    "resourceType": "Products",
    "relevanceScore": 13743,
    "percentScore": 100,
    "isTopResult": false,
    "language": "English",
    "publishedDate": "2024-06-06T00:30:00.000Z",
    "source": "WWW Content Secured",
    "permanentId": "8bc126295dd14472c71163c93000fb47e0e4a0c26a64c0faf9d90f59eb2f",
    "uriHash": "WfVo4WynlqFwIo0M",
    "searchUrl": "https://www.qualcomm.com/search#q=Mobile&tab=products",
    "searchKeyword": "Mobile",
    "pageNumber": 1,
    "resultPosition": 1,
    "totalResults": 313,
    "scrapedAt": "2026-03-09T12:19:53.289Z"
  }
]
```

### Use Cases

- **Market Research**: Analyze Qualcomm's product offerings to identify trends and innovations in mobile technology.
- **Competitive Intelligence**: Gather data on competitors' chipsets and platforms for strategic planning.
- **Price Monitoring**: Track product details and updates for pricing strategies in tech markets.
- **Content Aggregation**: Build databases of product information for blogs, reports, or educational resources.
- **Academic Research**: Collect data for studies on semiconductor advancements and their applications.
- **Business Automation**: Automate data extraction for dashboards or CRM systems requiring Qualcomm product info.

### Installation and Usage

1. Search for "Qualocmmm Category Scraper" in the Apify Store.
2. Click "Try for free" or "Run".
3. Configure input parameters (e.g., searchKeyword and maxpage).
4. Click "Start" to begin extraction.
5. Monitor progress in the log.
6. Export results in your preferred format (JSON, CSV, Excel).

### Output Format

The Actor outputs an array of JSON objects, each representing a scraped product. Key fields include:

- `productTitle`: The title of the product.
- `productDescription`: A brief description.
- `productUrl`: Direct link to the product page.
- `chipProducts`: Array of associated chip models.
- `resourceType`: Category (e.g., "Products").
- `relevanceScore` and `percentScore`: Indicators of search relevance.
- `publishedDate`: When the content was published.
- `scrapedAt`: Timestamp of scraping.
  Additional metadata like search URL, page number, and total results provide context for analysis.

### Support

For custom/simplified outputs or bug reports, please contact:

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: https://getdataforme.com/contact/

We're here to help you get the most out of this Actor!

***

### PART 2: Concise Description

Unlock precise Qualcomm product data with the Qualocmmm Category Scraper! This Apify Actor swiftly extracts titles, descriptions, URLs, and metadata using keyword searches across multiple pages. Key features include structured JSON output, high reliability with Playwright, and flexible exports. Perfect for market research, competitive intelligence, and academic studies. Start scraping effortlessly—try it free today! (148 words)

# Actor input Schema

## `searchKeyword` (type: `string`):

Enter the search keyword to use for scraping.

## `maxpage` (type: `integer`):

Enter the number of pages to scrape for the given keyword.

## Actor input object example

```json
{
  "searchKeyword": "Mobile",
  "maxpage": 5
}
```

# 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 = {
    "searchKeyword": "Mobile"
};

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/qualocmmm-category-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 = { "searchKeyword": "Mobile" }

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/qualocmmm-category-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 '{
  "searchKeyword": "Mobile"
}' |
apify call getdataforme/qualocmmm-category-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getdataforme/qualocmmm-category-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/TXR7lXYGTEUJ1juHa/builds/13hJ5ZMFQHMyprTpx/openapi.json
