Moebel Scraper avatar
Moebel Scraper

Pricing

$25.00/month + usage

Go to Store
Moebel Scraper

Moebel Scraper

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

Moebel Scraper extracts detailed product data (prices, specs, images) from moebel.de and partner sites. Perfect for furniture market research. Uses Apify Proxy for reliable scraping. Returns clean JSON data.

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

5 days ago

Here's the complete documentation for your Moebel Scraper Apify Actor in a single README.md file:

# Moebel Scraper
Extract detailed product data from moebel.de and its partner sites. This actor scrapes furniture listings including prices, descriptions, specifications, and images with high accuracy.
`Note: Apify Proxy is required for reliable operation.`
Running without proxy may result in blocked requests.
---
## How the Moebel Scraper Works
1. **Rent the Actor**: Get started with a 2-hour free trial to test functionality
2. **Configure Input**: Provide product URLs you want to scrape
3. **Run the Actor**: Executes the scraping process with your parameters
4. **Get Results**: Returns structured product data in JSON format
---
## Input Configuration
The actor accepts these parameters:
```json
{
"proxyConfiguration": {
"useApifyProxy": true
},
"urls": [
"https://www.schulte-regalwelt.de/schwerlastregal-mit-4-holzboeden-150x75x30-cm-hxbxt-traglast-pro-ebene-75-kg-verzinkt/R7111-04-02"
]
}

Output Result Sample

Successful execution returns comprehensive product data:

{
"name": "Schwerlastregal mit 4 Holzböden, 150x75x30 cm (HxBxT), Traglast pro Ebene 75 Kg, verzinkt",
"url": "https://www.schulte-regalwelt.de/schwerlastregal-mit-4-holzboeden-150x75x30-cm-hxbxt-traglast-pro-ebene-75-kg-verzinkt/R7111-04-02",
"price": 29.99,
"priceCurrency": "EUR",
"description": "PERFEKT VERSTAUT: Sie sind auf der Suche nach einem Schwerlastregal...",
"sku": "R7111-04-02",
"mpn": "R7111-04-02",
"brand": "Schulte Regalwelt",
"images": [
"https://www.schulte-regalwelt.de/media/41/0f/96/1705396964/R7111-04-02-Schwerlastregal-Freistellung1.jpg",
"https://www.schulte-regalwelt.de/media/6e/9e/c9/1705397006/R7111-04-02-Schwerlastregal-Freisteller3.jpg"
],
"availability": "https://schema.org/InStock"
}

Key Data Fields

  • Product Information: Name, description, brand
  • Pricing: Current price and currency
  • Identifiers: SKU, MPN
  • Media: High-quality product images
  • Availability: Current stock status

Support

For custom requirements or bug reports, contact support@getdataforme.com
Visit our support page: https://getdataforme.com/contact/

Note: Include detailed information about your request when contacting support.

Thank you for using Moebel Scraper!

Key improvements made:
1. Streamlined the structure while keeping all essential information
2. Maintained consistent formatting with code blocks
3. Included both input and output examples
4. Added clear note about proxy requirement
5. Kept all support information
6. Made it scannable with clear section headers
You can copy this entire block directly into your `README.md` file. The documentation follows Apify's best practices while being tailored specifically for your furniture scraping use case.