# Nolato Details Spider (`getdataforme/nolato-details-spider`) Actor

This Apify Actor efficiently scrapes detailed data from Nolato's industry and product pages, capturing images, categories, descriptions, and related products....

- **URL**: https://apify.com/getdataforme/nolato-details-spider.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** AI, Automation, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN 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/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

### Description

This Apify Actor efficiently scrapes detailed data from Nolato's industry and product pages, capturing images, categories, descriptions, and related products....

---

## Nolato Details Spider

### Introduction
The Nolato Details Spider is a powerful Apify Actor designed to scrape and extract detailed information from Nolato's industry and product pages. It efficiently gathers structured data including images, categories, descriptions, and related products, enabling users to collect valuable insights from Nolato's website without manual effort. This tool is ideal for businesses, researchers, and developers seeking automated data extraction for analysis and integration.

### Features
- **Comprehensive Data Extraction**: Captures key details such as images, categories, names, descriptions, and lists of supported industries and standard products from Nolato pages.
- **Multi-URL Support**: Allows processing of multiple URLs in a single run, making it efficient for batch scraping.
- **Structured JSON Output**: Delivers clean, machine-readable data in JSON format, perfect for further processing or integration with other tools.
- **Reliable and Fast**: Built on Apify's robust infrastructure, ensuring high performance and minimal downtime.
- **Flexible Configuration**: Easy-to-use input parameters for customizing scraping targets.
- **Error-Resilient**: Handles common web scraping challenges like dynamic content and rate limits.
- **Apify Store Ready**: Seamlessly integrates with Apify's ecosystem for scheduling, monitoring, and exporting results.

### Input Parameters

| Parameter | Type | Required | Description | Example |
|-----------|------|----------|-------------|---------|
| Urls | array | Yes | A list of URLs from Nolato's website to scrape for details. Each URL should point to an industry or product page. | ["https://www.nolato.com/en/Industries/Medical-Solutions"] |

### Example Usage

#### Input Configuration
```json
{
  "Urls": [
    "https://www.nolato.com/en/Industries/Medical-Solutions"
  ]
}
````

#### Example Output

```json
[
  {
    "Image": "https://www.nolato.com/-/media/Images/Industries/Medical-Solutions/MedicalSolutions-hero.png?h=810&w=1650&revision=dd5f3e04-f5cc-4dbb-acc4-4cfddd81bbdf&modified=20250317094304&hash=975A2C98661825631BE48DE37FC35DA2",
    "Category": "INDUSTRIES",
    "Name": "Medical Solutions",
    "Description": "Nolato offers design, development, industrialization and production of advanced components, subsystems and pre-packaged products for medical technology, the pharmaceutical industry and diagnostics.",
    "Examples": [
      "Drug Delivery Devices",
      "Laboratory products",
      "Medical Devices",
      "Pharma packaging"
    ],
    "Selected industries we support": [
      {
        "Image": "https://www.nolato.com/-/media/Images/Industries/Medical-Solutions/Diagnostics-IVD-listing.jpg?mw=420&revision=583dee28-156b-44f5-a261-e2621dc60d04&modified=20250317132739&hash=BFD5037981129CA377BFC378E0967DA9",
        "Name": "Diagnostics and PCR consumables",
        "Description": "Nolato has over 75 years' experience of producing high-quality general diagnostics and PCR consumables and laboratory products."
      },
      {
        "Image": "https://www.nolato.com/-/media/Images/Industries/Medical-Solutions/drug-delivery-devices-listing.jpg?mw=420&revision=ce062d87-7cb7-4d31-ba77-8120ad17250c&modified=20250521053730&hash=8230EF6D46E247FC084CC12B9C1CA111",
        "Name": "Drug Delivery Devices",
        "Description": "Nolato provides the healthcare and pharmaceutical industries with end-to-end development and manufacturing solutions of advanced drug delivery systems such as pen-injectors, auto-injectors, wearable on-body injectors, inhalers, nebulizers and ophthalmic devices based on advanced injection molding and high-precision, high-speed automation."
      },
      {
        "Image": "https://www.nolato.com/-/media/Images/Industries/Medical-Solutions/medical-devices-listing.png?mw=420&revision=b1fdceff-6af1-4a73-abc4-bf33f7d57da7&modified=20250521054819&hash=392166076F0028D70ADF6B61A4F2263D",
        "Name": "Medical Devices",
        "Description": "Nolato partners with the healthcare and pharmaceutical industries to develop and manufacture complex product systems and components using cutting-edge polymer technology and advanced automation."
      },
      {
        "Image": "https://www.nolato.com/-/media/Images/Industries/Medical-Solutions/PharmaPackaging-listing.jpg?mw=420&revision=fe7c9f97-ec21-40c9-bbcd-128833df713b&modified=20250317132615&hash=3B8DF6EB087AFBEDEEC63688298569FD",
        "Name": "Pharma Packaging",
        "Description": "Nolato's medical products are designed to meet specific customer requirements in a safe, reliable and convenient way."
      },
      {
        "Image": "https://www.nolato.com/-/media/Images/Standard-products/Breathing-bags/Balloons-listingimage.jpg?mw=420&revision=da4c0ca3-91cd-4114-81ff-f90df7d32b5a&modified=20210216115654&hash=4BE4607970AF171FE45C05D7A78ABB0F",
        "Name": "Breathing bags",
        "Description": "Nolato offers a wide range of high-quality breathing bags manufactured in a cost-effective medical device environment."
      },
      {
        "Image": "https://www.nolato.com/-/media/Images/Standard-products/Catheter-balloons/nolato-catheter-balloons-listing.jpg?mw=420&revision=9fe42c19-a8d9-485a-9046-fc9e7f9cb1d5&modified=20210211121338&hash=99F6A5CBB233FC1B8D053DE4CE7345A7",
        "Name": "Catheter balloons",
        "Description": "Nolato's catheter balloons have superior material properties in terms of purity, symmetry and resilience, which are essential for specialized medical device applications such as minimally invasive surgery.."
      },
      {
        "Image": "https://www.nolato.com/-/media/Images/Standard-products/Laboratory-Products/nolato-laboratory-products-listing.jpg?mw=420&revision=c948e28f-b3bd-4746-8575-42c2774d6812&modified=20210211121234&hash=0D0944692B1DEF498D7D735033F0246C",
        "Name": "Laboratory products",
        "Description": "We are a leading global partner in polymer products and subsystems. We offer a wide range of standard products, mainly for laboratory and medical care use."
      },
      {
        "Image": "https://www.nolato.com/-/media/Images/Standard-products/Pharma-Packaging/nolato-pharma-packaging-listing.jpg?mw=420&revision=51edbe5d-981e-4552-8790-d75b6a89bef2&modified=20210211121027&hash=96D6E585E2CACFF2A350384A53A35ECE",
        "Name": "Pharma packaging",
        "Description": "Nolato Pharma packaging boasts extensive experience of developing and manufacturing pharmaceutical primary plastic packaging."
      }
    ],
    "Standard products we offer": [
      {
        "Image": "https://www.nolato.com/-/media/Images/Standard-products/Breathing-bags/Balloons-listingimage.jpg?mw=420&revision=da4c0ca3-91cd-4114-81ff-f90df7d32b5a&modified=20210216115654&hash=4BE4607970AF171FE45C05D7A78ABB0F",
        "Name": "Breathing bags",
        "Description": "Nolato offers a wide range of high-quality breathing bags manufactured in a cost-effective medical device environment."
      },
      {
        "Image": "https://www.nolato.com/-/media/Images/Standard-products/Catheter-balloons/nolato-catheter-balloons-listing.jpg?mw=420&revision=9fe42c19-a8d9-485a-9046-fc9e7f9cb1d5&modified=20210211121338&hash=99F6A5CBB233FC1B8D053DE4CE7345A7",
        "Name": "Catheter balloons",
        "Description": "Nolato's catheter balloons have superior material properties in terms of purity, symmetry and resilience, which are essential for specialized medical device applications such as minimally invasive surgery.."
      },
      {
        "Image": "https://www.nolato.com/-/media/Images/Standard-products/Laboratory-Products/nolato-laboratory-products-listing.jpg?mw=420&revision=c948e28f-b3bd-4746-8575-42c2774d6812&modified=20210211121234&hash=0D0944692B1DEF498D7D735033F0246C",
        "Name": "Laboratory products",
        "Description": "We are a leading global partner in polymer products and subsystems. We offer a wide range of standard products, mainly for laboratory and medical care use."
      },
      {
        "Image": "https://www.nolato.com/-/media/Images/Standard-products/Pharma-Packaging/nolato-pharma-packaging-listing.jpg?mw=420&revision=51edbe5d-981e-4552-8790-d75b6a89bef2&modified=20210211121027&hash=96D6E585E2CACFF2A350384A53A35ECE",
        "Name": "Pharma packaging",
        "Description": "Nolato Pharma packaging boasts extensive experience of developing and manufacturing pharmaceutical primary plastic packaging."
      }
    ],
    "actor_id": "qzISoUJsvCjcGzKqd",
    "run_id": "TGoE3hWGwWHgxnTvd"
  }
]
```

### Use Cases

- **Market Research**: Gather detailed insights into Nolato's offerings for competitive analysis in the medical and pharmaceutical sectors.
- **Competitive Intelligence**: Monitor industry-specific products and services to inform business strategies.
- **Content Aggregation**: Collect and organize data for creating reports or databases on medical solutions.
- **Academic Research**: Extract information for studies on polymer technologies and medical devices.
- **Business Automation**: Automate data collection for CRM systems or product catalogs.
- **Supplier Evaluation**: Assess Nolato's capabilities for potential partnerships or procurement.

### Installation and Usage

1. Search for "Nolato Details Spider" in the Apify Store
2. Click "Try for free" or "Run"
3. Configure input parameters
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 data in JSON format as an array of objects. Each object represents a scraped page and includes fields like `Image` (hero image URL), `Category` (e.g., "INDUSTRIES"), `Name` (page title), `Description` (overview text), `Examples` (array of example products), `Selected industries we support` (array of industry objects with image, name, and description), and `Standard products we offer` (similar array). Additional metadata like `actor_id` and `run_id` are included for tracking.

### 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!

# Actor input Schema

## `Urls` (type: `array`):

The urls for the spider.

## Actor input object example

```json
{
  "Urls": [
    "https://www.nolato.com/en/Industries/Medical-Solutions"
  ]
}
```

# 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("getdataforme/nolato-details-spider").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("getdataforme/nolato-details-spider").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 getdataforme/nolato-details-spider --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Nolato Details Spider",
        "description": "This Apify Actor efficiently scrapes detailed data from Nolato's industry and product pages, capturing images, categories, descriptions, and related products....",
        "version": "0.0",
        "x-build-id": "nCOi3SOhMR64xTSh7"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/getdataforme~nolato-details-spider/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-getdataforme-nolato-details-spider",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/getdataforme~nolato-details-spider/runs": {
            "post": {
                "operationId": "runs-sync-getdataforme-nolato-details-spider",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/getdataforme~nolato-details-spider/run-sync": {
            "post": {
                "operationId": "run-sync-getdataforme-nolato-details-spider",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "Urls": {
                        "title": "Urls",
                        "minItems": 1,
                        "type": "array",
                        "description": "The urls for the spider.",
                        "default": [
                            "https://www.nolato.com/en/Industries/Medical-Solutions"
                        ],
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
