# iPROS Scraper | Japan B2B Products & Companies (`lentic_clockss/ipros-scraper`) Actor

Scrape iPROS (www.ipros.com) Japan B2B products & companies in EN/JA. Search by category, industry, prefecture. Extract productId, companyId, titles, images, official sites. Export Excel/CSV/JSON. Unofficial — not affiliated with iPROS.

- **URL**: https://apify.com/lentic\_clockss/ipros-scraper.md
- **Developed by:** [kane liu](https://apify.com/lentic_clockss) (community)
- **Categories:** E-commerce, Lead generation, Automation
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.20 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#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

## iPROS Scraper | Japan B2B Products & Companies

**Scrape [iPROS](https://www.ipros.com) (アイプロス) Japan B2B products, manufacturers, and company profiles — then download structured industrial catalog data as Excel, CSV, or JSON.**

Use this Actor as a practical **iPROS data API** for Japan B2B supplier research, product catalog monitoring, and lead lists. Choose a mode, set category / industry / prefecture filters, and get Dataset rows with product IDs, company IDs, titles, images, official sites, and URLs — in **Japanese** or **English**.

- Scrape **product search** (14 L1 + 94 L2 categories), **product detail**, **company search** (36 industries + 47 prefectures + districts + foreign regions), **company detail**, **company product lists**, and **weekly rankings**
- Locales: **`ja`** (default site) and **`en`** (`/en/`)
- Extract **productId, companyId, name/title, description, image, companyName, officialSiteUrl, priceRange, URL**
- Optional **detail enrich** (`enrichDetails`) for SERP rows
- Dump the full **coverage matrix** with `mode=categories`
- Export to **Excel / CSV / JSON**, or connect Make, n8n, Zapier, Python, or the Apify API
- **Pay per event** — Actor start + each Dataset result; **platform usage is included** (you do not pay separate Apify compute on top)

> **Unofficial tool.** This Actor is not affiliated with, endorsed by, or sponsored by iPROS / 株式会社イプロス. It collects publicly reachable product and company surfaces and does **not** log in, submit RFQs, download gated catalogs, or access private accounts.

***

### What does the iPROS Scraper do?

[iPROS Scraper](https://apify.com/lentic_clockss/ipros-scraper) lets you **extract structured B2B product and company data from [www.ipros.com](https://www.ipros.com/)** without running your own proxy and browser fleet. Give it a category, industry, prefecture, product id, or company id, then start a run.

Under the hood, the Actor:

1. Validates your input (mode, locale, filters, IDs)
2. Enforces free-tier caps when you are on a free Apify plan
3. Fetches public iPROS listing and detail pages with Japan-oriented residential egress
4. Normalizes product / company rows into a clean Dataset
5. Writes `INPUT_ECHO`, `RUN_SUMMARY` (and `ERROR_SUMMARY` on failure) to the key-value store

You run it like any other Apify Actor — schedule it, call it from the API, or plug it into automations.

***

### What iPROS data can I extract?

| Data | Product search | Product detail | Company search | Company detail | Ranking | Categories |
| --- | :---: | :---: | :---: | :---: | :---: | :---: |
| productId / URL | ✅ | ✅ | — | company products | ✅ | — |
| companyId / companyName | ✅ | ✅ | ✅ | ✅ | ✅ | — |
| Title / name / description | ✅ | ✅ | ✅ | ✅ | ✅ | taxonomy labels |
| image / companyLogo | ✅ | ✅ | ✅ | ✅ | ✅ | — |
| officialSiteUrl | ✅ | ✅ | ✅ | ✅ | — | — |
| priceRange / categories | enrich | ✅ | — | — | — | tree |
| industry / prefecture filters | — | — | ✅ | — | — | matrix |
| locale (`ja` / `en`) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |

***

### Why scrape iPROS?

iPROS is a major Japan B2B product and manufacturer directory across machinery, electronics, chemicals, logistics, IT, and more. Teams scrape iPROS for **supplier discovery**, **competitor catalogs**, **lead generation**, and **assortment monitoring**:

- Monitor **product categories** (L1 + L2) and **weekly rankings**
- Build **company lists** by industry (`businessClass`) and **prefecture / district / foreign region**
- Pull **product and company detail** pages with official sites and images
- Feed CRM, BI dashboards, Google Sheets, BigQuery, or AI agents with clean rows
- Work in **Japanese or English** without maintaining your own anti-bot stack

Compared with generic URL scrapers, this Actor returns **iPROS-specific fields** and covers the full public taxonomy matrix in one input surface.

***

### More Actors like this

Need another marketplace, Japan site, or a different vertical? Use a **dedicated Actor** below for structured fields. Use this Actor for **iPROS** (`www.ipros.com`) B2B products and companies.

#### Similar e-commerce & Japan scrapers

- [Rakuten Japan Scraper](https://apify.com/lentic_clockss/rakuten-scraper)
- [Mercari Japan Scraper](https://apify.com/lentic_clockss/mercari-scraper)
- [SUUMO Scraper](https://apify.com/lentic_clockss/suumo-property-scraper)
- [Shopee Search Scraper](https://apify.com/lentic_clockss/shopee-search-scraper)
- [1688 Global Product Search Scraper](https://apify.com/lentic_clockss/1688-global-scraper)
- [Amazon Search Scraper](https://apify.com/lentic_clockss/amazon-search-results-collector)
- [SHEIN Product Scraper](https://apify.com/lentic_clockss/shein-scraper)
- [Temu Product Scraper](https://apify.com/lentic_clockss/temu-scraper)
- [Coupang Product Scraper](https://apify.com/lentic_clockss/coupang-scraper)
- [Walmart Product Scraper](https://apify.com/lentic_clockss/walmart-scraper)
- [Etsy Scraper](https://apify.com/lentic_clockss/etsy-scraper)
- [Allegro Scraper](https://apify.com/lentic_clockss/allegro-scraper)

#### Prefer another specialized scraper?

If your target has a specialized Actor below, use that first — usually cheaper and more structured than a generic scrape.

**Jobs & Freelance**

- [LinkedIn Jobs Scraper](https://apify.com/lentic_clockss/linkedin-jobs-scraper)
- [Indeed Jobs Scraper](https://apify.com/lentic_clockss/indeed-jobs-scraper)
- [Upwork Jobs Scraper](https://apify.com/lentic_clockss/upwork-jobs-scraper)
- [Glassdoor Scraper](https://apify.com/lentic_clockss/glassdoor-scraper)
- [Fiverr Gigs Scraper](https://apify.com/lentic_clockss/fiverr-programming-tech-gigs-scraper)
- [Bayt Jobs Scraper](https://apify.com/lentic_clockss/bayt-scraper)

**Real Estate**

- [Zillow & Zumper Scraper](https://apify.com/lentic_clockss/us-real-estate-scraper)
- [Realtor.com Scraper](https://apify.com/lentic_clockss/realtor-com-scraper)
- [Apartments.com Rental Scraper](https://apify.com/lentic_clockss/apartments-com-rental-scraper)
- [Rightmove Scraper](https://apify.com/lentic_clockss/rightmove-property-scraper)
- [Idealista Scraper](https://apify.com/lentic_clockss/idealista-scraper)
- [realestate.com.au Scraper](https://apify.com/lentic_clockss/realestate-com-au-scraper)

**Travel & Stays**

- [Booking.com Hotels Scraper](https://apify.com/lentic_clockss/booking-hotels-scraper)
- [Airbnb Listings Scraper](https://apify.com/lentic_clockss/airbnb-listings-scraper)
- [Expedia Scraper](https://apify.com/lentic_clockss/expedia-scraper)
- [TripAdvisor Scraper](https://apify.com/lentic_clockss/tripadvisor-scraper)

**Social & Content**

- [YouTube Research Scraper](https://apify.com/lentic_clockss/youtube-research-scraper)
- [TikTok Scraper](https://apify.com/lentic_clockss/tiktok-scraper)
- [Reddit Scraper](https://apify.com/lentic_clockss/reddit-scraper)
- [YouTube Shorts Scraper](https://apify.com/lentic_clockss/youtube-shorts-scraper)

**Ads Intelligence**

- [Facebook Ad Library Scraper](https://apify.com/lentic_clockss/facebook-ad-library-scraper)
- [TikTok Ads Scraper](https://apify.com/lentic_clockss/tiktok-ads-top-ads-actor)

**Local & Maps**

- [Google Maps Scraper](https://apify.com/lentic_clockss/google-maps-scraper)

**General Tools**

- [Stealth Web Scraper](https://apify.com/lentic_clockss/stealth-web-scraper)
- [Email Risk Validator](https://apify.com/lentic_clockss/email-risk-validator)
- [Phone Number Intelligence](https://apify.com/lentic_clockss/phone-number-intelligence)

→ See the full catalog in [Related Actors](#related-actors) below, or browse [apify.com/lentic\_clockss](https://apify.com/lentic_clockss).

***

### How to scrape iPROS (no code required)

1. Create a free [Apify](https://apify.com/) account
2. Open [iPROS Scraper](https://apify.com/lentic_clockss/ipros-scraper)
3. Choose a **mode**: `product_search`, `product_detail`, `company_search`, `company_detail`, `company_products`, `ranking`, or `categories`
4. Set **locale** to `ja` or `en`
5. Enter a **categoryId** / **category2Id**, **businessClass**, **prefecture** / **district**, **productId**, or **companyId**
6. *(Optional)* Turn on `enrichDetails`, set `maxResults`
7. Click **Start** and download the Dataset as JSON, CSV, Excel, or JSONL

Start with `maxResults: 5–15` to verify the query, then scale up.

***

### How much does it cost to scrape iPROS?

This Actor uses **pay-per-event** pricing. You are charged for:

| Event | Price |
| --- | --- |
| Actor Start (`apify-actor-start`) | **$0.005** per start |
| Result (`apify-default-dataset-item`) | **$3.00 / 1,000** results (**$0.003** each on FREE/BRONZE) |

**Platform usage costs are included** — you do **not** pay separate Apify compute/proxy usage for this Actor on top of the event prices above (**User pays platform usage costs = No**).

#### Volume discount tiers (per result)

| Tier | $/1,000 | per result |
| --- | ---: | ---: |
| FREE\* | $3.00 | $0.003 |
| BRONZE | $3.00 | $0.003 |
| SILVER | $2.60 | $0.0026 |
| GOLD | $2.20 | $0.0022 |
| PLATINUM | $2.00 | $0.002 |
| DIAMOND | $1.60 | $0.0016 |

\*FREE matches BRONZE for this Actor.

#### Example cost estimates (FREE/BRONZE)

| Results collected | Approx. event cost\* |
| --- | ---: |
| 100 | ~$0.31 |
| 1,000 | ~$3.01 |
| 10,000 | ~$30.01 |

\*Assumes one Actor start at default memory billing for start events, plus `$0.003` per Dataset item. Exact start billing can scale with allocated memory (one start event per GB, minimum one).

#### Free plan limits

On a **free Apify plan**, this Actor enforces developer limits of **10 runs** and **200 results per run**. Upgrade to a paid Apify plan for unlimited runs (event prices still apply).

***

### Input examples

#### Tokyo companies (English)

```json
{
  "mode": "company_search",
  "locale": "en",
  "prefecture": "13",
  "maxResults": 20
}
```

#### Product L2 category + enrich

```json
{
  "mode": "product_search",
  "locale": "ja",
  "categoryId": "100102",
  "category2Id": "100349",
  "maxResults": 30,
  "enrichDetails": true
}
```

#### Company industry filter

```json
{
  "mode": "company_search",
  "locale": "ja",
  "businessClass": "100077",
  "maxResults": 40
}
```

#### Product detail

```json
{
  "mode": "product_detail",
  "locale": "ja",
  "productId": "2000816070"
}
```

#### Company detail + products

```json
{
  "mode": "company_products",
  "locale": "en",
  "companyId": "2106287",
  "maxResults": 50
}
```

#### Full coverage matrix

```json
{
  "mode": "categories",
  "locale": "en",
  "maxResults": 500
}
```

***

### Coverage matrix

| Dimension | Coverage |
| --- | --- |
| Host | `www.ipros.com` |
| Locales | `ja` · `en` |
| Product L1 | 14 (`categoryId` 100101–100114) |
| Product L2 | 94 (`category2Id`) |
| Company industries | 36 (`businessClass`) |
| JP prefectures | 47 (`prefecture` 1–47) |
| JP districts | 7 (`district`) |
| Foreign company regions | 16 via `prefecture` (e.g. China `100036`) |
| Modes | `product_search` · `product_detail` · `company_search` · `company_detail` · `company_products` · `ranking` · `categories` |

Use `mode=categories` to dump the live matrix from a run.

***

### Output example

```json
{
  "type": "product",
  "productId": "2000816070",
  "name": "移動式吊足場『ラック足場』",
  "title": "移動式吊足場『ラック足場』",
  "url": "https://www.ipros.com/product/detail/2000816070/",
  "description": "…",
  "image": "https://image.www.ipros.com/public/product/image/…",
  "companyId": "2106287",
  "companyName": "米山工業株式会社",
  "companyUrl": "https://www.ipros.com/company/detail/2106287/",
  "officialSiteUrl": "http://www.yonekou.jp/",
  "locale": "ja",
  "source": "product_serp",
  "scrapedAt": "2026-08-01T11:04:06.484406+00:00"
}
```

***

### Tips for best results

- Prefer **`category2Id`** when you know the L2 — narrower and usually cleaner than L1 alone
- Use **`prefecture=13`** (Tokyo) or **`district`** for regional company lists
- Turn on **`enrichDetails`** only when you need PDP/company-detail fields (slower)
- Keep **`maxResults`** modest on free plans (capped at **200** per run)
- Default memory is **1024 MB** — enough for this thin HTTPS Actor
- For one-off protected URLs outside iPROS, use [Stealth Web Scraper](https://apify.com/lentic_clockss/stealth-web-scraper)

***

### FAQ

**Is this an official iPROS API?**\
No. It is an unofficial scraper of public iPROS product and company pages.

**Do I need my own proxies?**\
No for normal Store runs. Japan-oriented residential egress is included with the Actor.

**Japanese and English — which should I use?**\
Use `locale=ja` for the primary Japanese catalog; use `en` when you want English path URLs (`/en/…`). Field coverage can differ slightly by locale.

**Can I scrape RFQ forms or gated catalog downloads?**\
No. Login, inquiry forms, and gated downloads are out of scope.

**Can I use this with n8n / Make / Zapier?**\
Yes — run the Actor via the Apify API or native Apify integrations and map Dataset items downstream.

**Where are run diagnostics stored?**\
Successful runs write `INPUT_ECHO` and `RUN_SUMMARY` to the default key-value store. Failed runs also write `ERROR_SUMMARY`.

***

### Connect to your tools

| Platform | How to connect |
| --- | --- |
| **Make.com** | Search "Apify" → "Run Actor" → `lentic_clockss/ipros-scraper` |
| **n8n** | Add Apify node → "Run Actor" → same Actor ID |
| **Zapier** | Apify integration → Run Actor |
| **LangChain** | `ApifyActorsTool("lentic_clockss/ipros-scraper")` |
| **Python / Node.js** | Apify SDK or HTTPS API |

#### API call example

```bash
curl "https://api.apify.com/v2/acts/lentic_clockss~ipros-scraper/runs" \
  -X POST \
  -H "Authorization: Bearer YOUR_APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"mode":"company_search","locale":"en","prefecture":"13","maxResults":10}'
```

Results:

```http
GET https://api.apify.com/v2/datasets/{datasetId}/items?format=json
```

***

### Live-view Standby API

This Actor enables Apify Standby and ships `.actor/openapi.json` for Live-view:

- `GET /` / `GET /health` — Actor readiness (no scrape)
- `GET /input-example` — safe low-cost example input
- `GET /openapi.json` — OpenAPI document
- `POST /search` — optional Live-view preview (capped `maxResults`); persist production results with a **normal Actor run**

Full jobs should be launched as normal Apify Actor runs so Dataset rows plus `INPUT_ECHO`, `RUN_SUMMARY`, and `ERROR_SUMMARY` are persisted.

***

### Runtime

| Setting | Value |
| --- | --- |
| Default memory | **1024 MB** |
| Timeout default | **3600 s** |
| Standby | Enabled (lightweight Live-view) |
| Free plan caps | **10 runs** / **200 results** per run |

***

### Related Actors

All **77** public Actors from \[[lentic\_clockss](https://apify.com/lentic_clockss)]. Click a name to open the Store detail page.

#### Jobs & Freelance

- [LinkedIn Jobs Scraper](https://apify.com/lentic_clockss/linkedin-jobs-scraper)
- [Bayt Jobs Scraper](https://apify.com/lentic_clockss/bayt-scraper)
- [Fiverr Gigs Scraper](https://apify.com/lentic_clockss/fiverr-programming-tech-gigs-scraper)
- [Freelancer.com Scraper](https://apify.com/lentic_clockss/freelancer-scraper)
- [Glassdoor Scraper](https://apify.com/lentic_clockss/glassdoor-scraper)
- [Himalayas Jobs Scraper](https://apify.com/lentic_clockss/himalayas-jobs-scraper)
- [Indeed Jobs Scraper](https://apify.com/lentic_clockss/indeed-jobs-scraper)
- [Jobicy Remote Jobs Scraper](https://apify.com/lentic_clockss/jobicy-remote-jobs-scraper)
- [RemoteOK Jobs Scraper](https://apify.com/lentic_clockss/remoteok-all-jobs-scraper)
- [SEEK Jobs Scraper](https://apify.com/lentic_clockss/seek-scraper)
- [Upwork Jobs Scraper](https://apify.com/lentic_clockss/upwork-jobs-scraper)

#### Real Estate

- [Zillow & Zumper Scraper](https://apify.com/lentic_clockss/us-real-estate-scraper)
- [Realtor.com Scraper](https://apify.com/lentic_clockss/realtor-com-scraper)
- [99.co Scraper](https://apify.com/lentic_clockss/ninetynine-co-sg-scraper)
- [Realtor.com Agents Scraper](https://apify.com/lentic_clockss/realtor-com-agents-scraper)
- [Apartments.com Rental Scraper](https://apify.com/lentic_clockss/apartments-com-rental-scraper)
- [Bayut Scraper](https://apify.com/lentic_clockss/bayut-uae-scraper)
- [Craigslist Housing Scraper](https://apify.com/lentic_clockss/craigslist-housing-scraper)
- [Daft.ie Scraper](https://apify.com/lentic_clockss/daft-property-scraper)
- [Dot Property Scraper](https://apify.com/lentic_clockss/dot-property-th-scraper)
- [FINN.no Scraper](https://apify.com/lentic_clockss/finn-scraper)
- [Funda Scraper](https://apify.com/lentic_clockss/funda-scraper)
- [Hepsiemlak Scraper](https://apify.com/lentic_clockss/hepsiemlak-scraper)
- [Idealista Scraper](https://apify.com/lentic_clockss/idealista-scraper)
- [Immobiliare.it Scraper](https://apify.com/lentic_clockss/immobiliare-property-scraper)
- [ImmoScout24 Scraper](https://apify.com/lentic_clockss/immobilienscout24-scraper)
- [Naver Land Scraper](https://apify.com/lentic_clockss/naver-land-scraper)
- [OpenSooq Scraper](https://apify.com/lentic_clockss/opensooq-real-estate-scraper)
- [Otodom Scraper](https://apify.com/lentic_clockss/otodom-scraper)
- [Property Finder Scraper](https://apify.com/lentic_clockss/property-finder-uae-scraper)
- [PropertyGuru Scraper](https://apify.com/lentic_clockss/propertyguru-sg-scraper)
- [realestate.com.au Scraper](https://apify.com/lentic_clockss/realestate-com-au-scraper)
- [Realtor.ca Scraper](https://apify.com/lentic_clockss/realtor-ca-scraper)
- [Rightmove Scraper](https://apify.com/lentic_clockss/rightmove-property-scraper)
- [SeLoger Scraper](https://apify.com/lentic_clockss/seloger-property-scraper)
- [SUUMO Scraper](https://apify.com/lentic_clockss/suumo-property-scraper)
- [Zillow Group Scraper](https://apify.com/lentic_clockss/zillow-group-scraper)

#### E-commerce

- [Shopee Search Scraper](https://apify.com/lentic_clockss/shopee-search-scraper)
- [E-commerce Scraper](https://apify.com/lentic_clockss/ecommerce-scraper)
- [1688 Global Product Search Scraper](https://apify.com/lentic_clockss/1688-global-scraper)
- [Allegro Scraper](https://apify.com/lentic_clockss/allegro-scraper)
- [Amazon Search Scraper](https://apify.com/lentic_clockss/amazon-search-results-collector)
- [ASOS Product Scraper](https://apify.com/lentic_clockss/asos-scraper)
- [Cdiscount Product Scraper](https://apify.com/lentic_clockss/cdiscount-scraper)
- [Costco Product Scraper](https://apify.com/lentic_clockss/costco-scraper)
- [Coupang Product Scraper](https://apify.com/lentic_clockss/coupang-scraper)
- [Etsy Scraper](https://apify.com/lentic_clockss/etsy-scraper)
- [Lazada Scraper](https://apify.com/lentic_clockss/lazada-ph-search-results-collector)
- [MercadoLibre Scraper](https://apify.com/lentic_clockss/mercadolibre-scraper)
- [Mercari Japan Scraper](https://apify.com/lentic_clockss/mercari-scraper)
- [Rakuten Japan Scraper](https://apify.com/lentic_clockss/rakuten-scraper)
- [SHEIN Product Scraper](https://apify.com/lentic_clockss/shein-scraper)
- [Target Product Scraper](https://apify.com/lentic_clockss/target-scraper)
- [Temu Product Scraper](https://apify.com/lentic_clockss/temu-scraper)
- [Walmart Product Scraper](https://apify.com/lentic_clockss/walmart-scraper)

#### Travel & Stays

- [Booking.com & Airbnb Scraper](https://apify.com/lentic_clockss/booking-airbnb-scraper)
- [Agoda Scraper](https://apify.com/lentic_clockss/agoda-scraper)
- [Airbnb Listings Scraper](https://apify.com/lentic_clockss/airbnb-listings-scraper)
- [Booking.com Hotels Scraper](https://apify.com/lentic_clockss/booking-hotels-scraper)
- [Despegar Scraper](https://apify.com/lentic_clockss/despegar-scraper)
- [Expedia Scraper](https://apify.com/lentic_clockss/expedia-scraper)
- [Traveloka Scraper](https://apify.com/lentic_clockss/traveloka-scraper)
- [Travelstart Flights Scraper](https://apify.com/lentic_clockss/travelstart-scraper)
- [Trip.com Scraper](https://apify.com/lentic_clockss/trip-com-scraper)
- [TripAdvisor Scraper](https://apify.com/lentic_clockss/tripadvisor-scraper)

#### Social & Content

- [TikTok Scraper](https://apify.com/lentic_clockss/tiktok-scraper)
- [Reddit Scraper](https://apify.com/lentic_clockss/reddit-scraper)
- [YouTube Shorts Scraper](https://apify.com/lentic_clockss/youtube-shorts-scraper)
- [YouTube Research Scraper](https://apify.com/lentic_clockss/youtube-research-scraper)
- [Hacker News Scraper](https://apify.com/lentic_clockss/hacker-news-scraper)

#### Ads Intelligence

- [Facebook Ad Library Scraper](https://apify.com/lentic_clockss/facebook-ad-library-scraper)
- [Google Ads Transparency VN](https://apify.com/lentic_clockss/google-ads-transparency-center-vn)
- [TikTok Ads Scraper](https://apify.com/lentic_clockss/tiktok-ads-top-ads-actor)

#### Local & Maps

- [Google Maps Scraper](https://apify.com/lentic_clockss/google-maps-scraper)

#### General Tools

- [Stealth Web Scraper](https://apify.com/lentic_clockss/stealth-web-scraper)
- [Email Risk Validator](https://apify.com/lentic_clockss/email-risk-validator)
- [Phone Number Intelligence](https://apify.com/lentic_clockss/phone-number-intelligence)

→ Browse the full profile: [apify.com/lentic\_clockss](https://apify.com/lentic_clockss)

# Actor input Schema

## `mode` (type: `string`):

Scrape surface.

## `locale` (type: `string`):

Site language: en (/en/) or ja (/).

## `keyword` (type: `string`):

Product/company keyword (site param keyword=).

## `categoryId` (type: `string`):

100101–100114. Example: 100113 Logistics Equipment.

## `category2Id` (type: `string`):

94 L2 IDs (e.g. 100385 Cargo Handling under Logistics).

## `businessClass` (type: `string`):

36 industries, e.g. 100077 Information and Communications.

## `prefecture` (type: `string`):

JP: 1–47 (13=Tokyo, 27=Osaka). Foreign company regions use larger IDs (e.g. 100036 China).

## `district` (type: `string`):

e.g. 1 Hokkaido/Tohoku, 4 Southern Kanto.

## `productId` (type: `string`):

Product detail ID.

## `companyId` (type: `string`):

Company detail ID.

## `startUrls` (type: `array`):

Optional absolute iPROS URLs.

## `maxResults` (type: `integer`):

Maximum dataset rows this run.

## `enrichDetails` (type: `boolean`):

Open detail pages for SERP rows (slower, richer fields).

## Actor input object example

```json
{
  "mode": "product_search",
  "locale": "en",
  "maxResults": 50,
  "enrichDetails": false
}
```

# Actor output Schema

## `results` (type: `string`):

Normalized iPROS product / company / ranking / taxonomy rows from the default dataset.

## `runSummary` (type: `string`):

Structured summary record stored in the default key-value store.

## `inputEcho` (type: `string`):

Normalized input saved at run start.

## `errorSummary` (type: `string`):

Present when a failed run stores structured terminal error information.

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("lentic_clockss/ipros-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("lentic_clockss/ipros-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call lentic_clockss/ipros-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=lentic_clockss/ipros-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/5wGpIuYx7QUiNKzcR/builds/A4tBNt1NTEuse0XKH/openapi.json
