Marks & Spencer Product Scraper

Marks & Spencer Product Scraper

Get a list of products from the multinational British retailer Marks and Spencer. Each product has details such as the name, description, price, rating and the URL to find more information.

ECOMMERCEApify

Welcome to the Marks & Spencer Product Scraper! This Apify scraper allows you to extract product data from Marks & Spencer's website based on a given search URL. It is designed to be simple, efficient, and user-friendly.

Features

  • Scrape product details such as name, price, description, rating, promotion, and URL.
  • Input a search URL and extract relevant product listings.
  • Easy-to-use Apify integration.

How It Works

  1. Provide a Search URL: Input the URL from the Marks & Spencer website that corresponds to your search query.
  2. Run the Scraper: The scraper will process the page and extract product details.
  3. Download Results: Once scraping is complete, you can export the data in various formats such as JSON, CSV, or Excel.

Setup & Usage

Steps to Run

  1. Provide the required input parameters:
    1{
    2    "startUrls": [
    3        { "url": "https://www.marksandspencer.com/search?searchTerm=t-shirt&intid=normal&langId=-24&storeId=10151&catalogId=10051&searchType=normal" }
    4    ]
    5}
  2. Run the scraper and wait for it to process the results.
  3. Export the data in your preferred format.

Output Example

The scraper outputs structured data like this:

1[
2    {
3        "url": "https://www.marksandspencer.com/product-page",
4        "name": "Men's Leather Shoes",
5        "price": "£59.99",
6        "description": "High-quality leather shoes with a comfortable fit.",
7        "rating": "4.5",
8        "promotion": ["Offer", "10% off first purchase"]
9    }
10]

Support

If you have any issues or feature requests, feel free to open an issue

Happy scraping! 🚀

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!