Marks & Spencer Product Scraper avatar
Marks & Spencer Product Scraper

Under maintenance

Pricing

$3.99 / 1,000 products

Go to Store
Marks & Spencer Product Scraper

Marks & Spencer Product Scraper

Under maintenance

Developed by

Sam Miller

Sam Miller

Maintained by Community

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.

5.0 (1)

Pricing

$3.99 / 1,000 products

0

Total users

2

Monthly users

1

Runs succeeded

>99%

Last modified

2 months ago

You can access the Marks & Spencer Product Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    {
4      "url": "https://www.marksandspencer.com/search?searchTerm=cotton+shirt+yellow"
5    }
6  ],
7  "allowedDomains": [
8    "apify.com",
9    "marksandspencer.com"
10  ],
11  "proxyConfiguration": {
12    "useApifyProxy": true
13  }
14}' |
15apify call samm4444/mands --silent --output-dataset

Marks & Spencer Product Scraper API through CLI

The Apify CLI is the official tool that allows you to use Marks & Spencer Product Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: