# Bimedis Scraper — Used Medical Equipment Prices (`crawloop/bimedis-scraper`) Actor

Scrape Bimedis new & used medical equipment: ultrasound, imaging, dental, surgery. Get asking prices (USD + seller currency), condition, year, brand, model, specs, probes, seller and images. Category, keyword or PDP — Bimedis API alternative.

- **URL**: https://apify.com/crawloop/bimedis-scraper.md
- **Developed by:** [Andrej Kiva](https://apify.com/crawloop) (community)
- **Categories:** E-commerce, Lead generation, AI
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.25 / 1,000 scraped bimedis listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
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

## Bimedis Scraper — Used Medical Equipment Prices

> **Disclaimer:** Unofficial tool for publicly accessible Bimedis marketplace pages. Not affiliated with, sponsored by, or endorsed by Bimedis. Trademarks belong to their respective owners.
>
> For informational and research use only (market research, dealer intelligence, inventory monitoring, pricing workflows). You are responsible for compliance with applicable laws, site terms, and your organization policies.
>
> No warranty as to accuracy, completeness, or continued availability of third-party data.

> **Crawloop Medical & Lab Suite** — priced clinical marketplace plus used lab inventory.

| Labexchange (lab) | Bimedis (clinical marketplace) | Exapro |
| :--- | :--- | :--- |
| [Labexchange Scraper](https://apify.com/crawloop/labexchange-scraper) | **Bimedis Scraper** ◄── you are here | [Exapro Scraper](https://apify.com/crawloop/exapro-scraper) |

This **Bimedis scraper** (Bimedis API alternative) extracts **new and used medical equipment** listings into clean JSON on Apify — asking prices, condition, year, brand, model, specs, probes, seller, and images. Pull ultrasound, imaging, dental, endoscopy, surgery, ICU, and related categories via category crawl, keyword search, auctions, or product URLs. Run from **Python**, **Node.js**, **cURL**, or **MCP** / AI assistants and export the dataset to CSV / Excel.

Built for **medical equipment dealers**, **hospital procurement**, **appraisers**, and **market-data teams** who need secondary-market price comps — not RFQ-only OEM catalogs.

### When to use this Actor

Use the **Bimedis Scraper** when you need:

- **Used medical equipment prices** — asking USD plus seller currency (EUR and others)
- **Ultrasound / imaging comps** — GE, Philips, Siemens, Mindray, Samsung and similar brands when listed
- **Condition & year** — New, Used, Refurbished, Demo, Used - Like New
- **Full PDP enrichment** — specifications table, included probes/components, warranty months, stock flags
- **Seller intelligence** — public name, company, rating, profile URL (no gated emails/phones)
- **Medical equipment auctions** — `listingType: auction` for timed lots

Ideal for dealer sourcing, procurement shortlists, valuation comps, and scheduled inventory monitors.

### When not to use this Actor

- **OEM RFQ catalogs without live asking prices** — different job than this marketplace Actor
- **European lab warehouse stock** — start with [Labexchange Scraper](https://apify.com/crawloop/labexchange-scraper)
- **Private contact harvesting** — email/phone reveal is gated on-site; public seller fields only

### Data pipeline

```
Input                              Mode                         Output
─────────────────────────         ────────────────────         ──────────────────────────

  Category / search URL      ──►   listings (fast cards)  ──►  title, price, brand, model
  Keyword search             ──►   details  (full PDP)   ──►  specs, probes, dual price
  Direct product URL         ──►                           ──►  seller, gallery, warranty
  categories[] / listingType

  Join by brand + model      ──►   comps & inventory alerts
```

### Key features

- **Two extraction modes** — `listings` for cheap card-level catalogs; `details` for specs, dual currency, probes, gallery
- **Category shortcuts** — Imaging, Ultrasound Machines, Dental, Surgery, ICU, and more
- **Keyword search** — brand/model discovery (e.g. Voluson, Epiq, Acuson)
- **Listing types** — `sell`, `auction`, `buy`, or `all`
- **Pagination controls** — `pageSize` 15–30 and `maxPagesPerUrl` for predictable run size
- **Streaming dataset** — rows appear while the run progresses; dedupe by listing id
- **Lightweight HTTP** — Chrome TLS fingerprinting; **residential proxy recommended** on Apify cloud (Cloudflare)

### Input parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `startUrls` | Array | sample ultrasound category | Category, search, or product detail URLs |
| `categories` | Array | `ultrasound-equipment-ultrasound-machines` | Used when startUrls empty |
| `searchKeyword` | String | — | Brand/model keyword (e.g. Voluson P8) |
| `listingType` | String | `"sell"` | `sell`, `auction`, `buy`, or `all` |
| `runMode` | String | `"details"` | `listings` or `details` |
| `maxItems` | Integer | `50` | Max rows (`0` = unlimited) |
| `maxPagesPerUrl` | Integer | `3` | Pagination depth (`0` = until exhausted) |
| `pageSize` | Integer | `30` | Results per page (15–30) |
| `concurrencyLimit` | Integer | `5` | Parallel PDP workers (1–20) |
| `proxyConfiguration` | Object | off | Prefer Apify **RESIDENTIAL** for cloud runs |

#### Input example — ultrasound details

```json
{
  "categories": ["ultrasound-equipment-ultrasound-machines"],
  "listingType": "sell",
  "runMode": "details",
  "maxItems": 50,
  "maxPagesPerUrl": 3,
  "pageSize": 30,
  "concurrencyLimit": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

#### Input example — keyword search

```json
{
  "searchKeyword": "Voluson P8",
  "runMode": "details",
  "maxItems": 30,
  "maxPagesPerUrl": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

#### Input example — auctions (listings mode)

```json
{
  "listingType": "auction",
  "categories": ["imaging"],
  "runMode": "listings",
  "maxItems": 100,
  "maxPagesPerUrl": 5
}
```

### Output format

#### Details mode (enriched)

| Field | Description |
| :--- | :--- |
| `listingId`, `url`, `title` | Identity |
| `brand`, `model`, `category` | Taxonomy |
| `price`, `currency` | Display / USD asking price |
| `priceSeller`, `currencySeller` | Seller currency (e.g. EUR) |
| `year`, `condition`, `warrantyMonths` | Condition context |
| `country`, `onStock`, `views`, `postedDate` | Logistics / freshness |
| `sellerName`, `sellerCompany`, `sellerRating`, `sellerUrl` | Public seller fields |
| `properties`, `specifications` | Spec table |
| `components` | Included probes / accessories |
| `images`, `thumbnail` | Gallery |
| `isAuction`, `listingType` | Sale format |
| `scrapedAt` | UTC timestamp |

#### Example record

```json
{
  "listingId": "2410001",
  "url": "https://bimedis.com/a-item/ultrasound-machines-ge-voluson-p8-2410001",
  "title": "GE Voluson P8 Ultrasound Machine",
  "brand": "GE",
  "model": "Voluson P8",
  "category": "Ultrasound Machines",
  "price": 19590.0,
  "currency": "USD",
  "priceSeller": 17000.0,
  "currencySeller": "EUR",
  "year": 2021,
  "condition": "Used - Like New",
  "warrantyMonths": 3,
  "country": "Germany",
  "onStock": true,
  "sellerName": "Dimitri Rokschanski",
  "sellerCompany": "AMT",
  "sellerRating": 5,
  "isAuction": false,
  "listingType": "sell",
  "components": [
    {
      "name": "Linear Probe 12L-RS",
      "category": "Ultrasound Probes",
      "condition": "Used - Like New"
    }
  ],
  "scrapedAt": "2026-08-07T12:00:00Z"
}
```

### Use cases

1. **Dealer price comps** — scrape Bimedis ultrasound machines by brand/year and compare asking prices
2. **Hospital procurement shortlists** — Imaging / Surgery inventory filtered by country and stock
3. **Auction monitoring** — schedule auction listing pulls for medical equipment lots
4. **Seller / company enrichment** — attach public seller company + listing URLs to CRM pipelines
5. **Market trend exports** — recurring runs into CSV / JSON for category price indices

### Integration examples

#### Node.js

```javascript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('crawloop/bimedis-scraper').call({
  categories: ['ultrasound-equipment-ultrasound-machines'],
  runMode: 'details',
  maxItems: 25,
  proxyConfiguration: {
    useApifyProxy: true,
    apifyProxyGroups: ['RESIDENTIAL'],
  },
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items.slice(0, 5));
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient(token)
run = client.actor("crawloop/bimedis-scraper").call(
    run_input={
        "searchKeyword": "Voluson",
        "runMode": "details",
        "maxItems": 25,
        "proxyConfiguration": {
            "useApifyProxy": True,
            "apifyProxyGroups": ["RESIDENTIAL"],
        },
    }
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item.get("title"), item.get("price"), item.get("currencySeller"))
```

#### cURL

```bash
curl "https://api.apify.com/v2/acts/crawloop~bimedis-scraper/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"categories":["imaging"],"listingType":"sell","runMode":"listings","maxItems":50,"proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}}'
```

### MCP and AI assistants

Use this Actor from AI tools via [Apify MCP](https://docs.apify.com/platform/integrations/mcp). Connect your Apify account, then call this Actor by its Store ID / name (`crawloop/bimedis-scraper`).

Example prompts:

- "Run the Bimedis scraper for ultrasound machines, details mode, max 30, return title, brand, price, year, condition as JSON"
- "Scrape Bimedis auctions in Imaging and summarize median asking price by brand"
- "Chain Bimedis Scraper then Labexchange Scraper for clinical ultrasound vs lab equipment comps"

### Suite next step

After Bimedis priced clinical listings, enrich European lab inventory with [Labexchange Scraper](https://apify.com/crawloop/labexchange-scraper), or broaden used industrial equipment via [Exapro Scraper](https://apify.com/crawloop/exapro-scraper).

### FAQ

#### Is this an official Bimedis API?

No. It is an unofficial **Bimedis API alternative** that reads publicly available listing pages and returns structured JSON for analysis workflows.

#### Can I scrape used medical equipment prices with Python or Node.js?

Yes. Call `crawloop/bimedis-scraper` via the Apify client (Python / Node.js), cURL, Console, or MCP — then export the dataset.

#### Do results include seller emails and phones?

No. Those fields are gated behind on-site reveal / auth. The Actor returns public seller name, company, rating, and profile URL when published.

#### How large is the sell inventory?

On the order of **~120k** active sell listings (plus ~1k auctions) across clinical categories. Homepage “products” counts can include models/catalog SKUs beyond live ads.

#### Listings vs details — which mode should I use?

Use **listings** for fast catalog / price discovery. Use **details** when you need specs, dual currency, probes/components, warranty, and full image galleries.

# Actor input Schema

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

Category/search pages (/search/search-items/…) or product detail URLs (/a-item/…). If empty, categories or searchKeyword are used.

## `categories` (type: `array`):

Used when startUrls is empty and no searchKeyword is set.

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

Optional brand/model search (e.g. Voluson, Philips Epiq, Mindray).

## `listingType` (type: `string`):

Filter marketplace listing type. Auction ≈ 1k lots; sell is the main inventory.

## `runMode` (type: `string`):

listings = fast card-level data. details = open each PDP for specs, dual currency, probes/components, gallery, seller company.

## `maxItems` (type: `integer`):

Maximum listings to return. 0 = unlimited.

## `maxPagesPerUrl` (type: `integer`):

Pagination depth (?page=N). Each page has up to pageSize cards. 0 = until exhausted.

## `pageSize` (type: `integer`):

Bimedis allows 15–30 results per page.

## `concurrencyLimit` (type: `integer`):

Parallel detail-page workers.

## `proxyConfiguration` (type: `object`):

Recommended for Apify cloud runs. Use RESIDENTIAL — datacenter IPs often get Cloudflare 403.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://bimedis.com/search/search-items/ultrasound-equipment-ultrasound-machines"
    }
  ],
  "categories": [
    "ultrasound-equipment-ultrasound-machines"
  ],
  "listingType": "sell",
  "runMode": "details",
  "maxItems": 50,
  "maxPagesPerUrl": 3,
  "pageSize": 30,
  "concurrencyLimit": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

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

Default dataset items.

# 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 = {
    "startUrls": [
        {
            "url": "https://bimedis.com/search/search-items/ultrasound-equipment-ultrasound-machines"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/bimedis-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 = { "startUrls": [{ "url": "https://bimedis.com/search/search-items/ultrasound-equipment-ultrasound-machines" }] }

# Run the Actor and wait for it to finish
run = client.actor("crawloop/bimedis-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 '{
  "startUrls": [
    {
      "url": "https://bimedis.com/search/search-items/ultrasound-equipment-ultrasound-machines"
    }
  ]
}' |
apify call crawloop/bimedis-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,crawloop/bimedis-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/goh1dHh6OlyhD7zV7/builds/8jdlm8V0IN4P0yYOU/openapi.json
