Sheffield Pottery Scraper avatar

Sheffield Pottery Scraper

Pricing

from $11.99 / 1,000 result items

Go to Apify Store
Sheffield Pottery Scraper

Sheffield Pottery Scraper

Scrapes Sheffield Pottery product pages and collections, returning each product as a flat row with title, price, stock, variants, images, and description.

Pricing

from $11.99 / 1,000 result items

Rating

5.0

(1)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

0

Monthly active users

14 days ago

Last modified

Share

ParseForge

Sheffield Pottery Scraper

Scrape Sheffield Pottery products from any collection or product URL, up to a million per run. Every product comes with its title, price, stock, variants, images, and description. No login or API key. Export to CSV, JSON, Excel, or XML.

Sheffield Pottery's catalog is public but spread across hundreds of collection pages, and there is no official API. This Actor reads the product pages directly, follows collection links, and returns each product as one flat row. You control which collections to scrape and how many products to collect.

Who uses itWhat they scrape Sheffield Pottery for
Ceramic supply shopsMonitor Sheffield Pottery's clay and glaze prices to stay competitive
Pottery studiosBuild a searchable inventory of available clays, kilns, and tools
E-commerce analystsTrack product assortment and stock changes over time
Hobbyist developersPull a clean dataset of pottery supplies for a personal project

What it does

This Actor collects Sheffield Pottery products by product URL or collection handle, and returns each one as a flat row with its catalog data.

  • ๐Ÿ”— Product and collection URLs: paste any Sheffield Pottery product page or collection page and the Actor follows every link.
  • ๐Ÿท๏ธ Collection handles: specify handles like 'pottery-clay', 'kilns', or 'glazes' to scrape whole categories without building URLs.
  • ๐Ÿ“ฆ Flat product rows: each result is one product with its title, price, stock, variants, images, and description in a fixed schema.
  • โš™๏ธ Max items control: set a hard cap from 1 to 1,000,000 products per run so you never overshoot.
  • ๐Ÿ“ค Multiple export formats: download as CSV, JSON, Excel, or XML, or push straight to a dataset.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Sheffield Pottery data

๐Ÿ“Š Track clay and glaze prices.

A ceramic supply shop runs the Actor weekly on the pottery-clay and glazes collections to see which Sheffield Pottery products changed price and adjust their own catalog.

๐Ÿ—‚๏ธ Build a product database.

A pottery studio scrapes all kilns, wheels, and tools into a CSV so they can filter by price and stock before making a purchase.

๐Ÿ“ˆ Monitor stock availability.

An e-commerce analyst scrapes the full catalog daily and flags products that went out of stock, so they can spot supply trends.

๐Ÿงช Prototype a niche app.

A developer pulls a clean JSON dataset of pottery supplies to test a search interface without dealing with messy HTML.

Why choose this scraper

What you get
No API keyScrape public Sheffield Pottery pages without registering or authenticating
Collection-awareScrape by handle, not by URL, so you can target entire categories
Flat schemaEvery product comes back as one row, ready for spreadsheets or databases
ScalableCollect up to a million products in a single run

How it compares

This Actor and the competitor both scrape Sheffield Pottery, but this one gives you more control over which collections to scrape and how many products to collect.

FeatureParseForgeSheffield Pottery Scraper - Catalog & Prices
Scrape by collection handleYesNot listed
Scrape by product URLYesNot listed
Set maximum products per runYesNot listed
Product namesYesYes
PricesYesYes
Stock statusYesYes
VariantsYesYes
ImagesYesYes
CategoriesYesYes
DescriptionsYesYes

Configure the run

Drive the Actor from product URLs, collection URLs, or collection handles, and set a maximum number of products to collect per run. The Input tab lists every parameter.

A first run with the defaults:

{
"startUrls": [
{
"url": "https://www.sheffield-pottery.com/collections/pottery-clay"
}
],
"maxItems": 10
}

A larger pull:

{
"startUrls": [
{
"url": "https://www.sheffield-pottery.com/collections/pottery-clay"
}
],
"maxItems": 200
}

Pricing

Pay-per-result: $0.01599 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$1.60
1,000 results$15.99
10,000 results$159.90

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Sheffield Pottery Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Sheffield Pottery through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/sheffield-pottery-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your startUrls or collectionHandles are correct and that the pages are publicly accessible. Also make sure maxItems is set to at least 1.

Why did the run stop before reaching maxItems?

The Actor stops when it has collected maxItems products or when there are no more pages to follow. If a collection has fewer products than maxItems, it will finish early.

Why are some product fields empty?

Not every product page has the same fields. If a product does not have a description or variants, those fields will be empty in the output.

Why did I get an error about invalid URLs?

Make sure the URLs start with https://www.sheffield-pottery.com/ and point to product or collection pages. Other pages are not supported.

Can I scrape the whole site?

Yes, but you need to provide a starting point. Use the main collections page or a list of collection handles, and set maxItems high enough to cover the catalog.

FAQ

QuestionAnswer
Do I need an API key or login?No. The Actor reads the public Sheffield Pottery website directly, so there is no registration or authentication.
Can I scrape a whole collection?Yes. Paste a collection URL like https://www.sheffield-pottery.com/collections/pottery-clay, or use the collectionHandles field with handles like 'pottery-clay'.
What data do I get for each product?Each product row includes its title, price, stock status, variants, images, description, and other catalog fields as returned by the page.
How many products can I scrape in one run?You can set maxItems from 1 to 1,000,000. The Actor stops after collecting that many products.
Can I scrape only specific products?Yes. Add individual product URLs to startUrls and the Actor will scrape only those pages.
What export formats are supported?You can download the results as CSV, JSON, Excel, or XML, or access them through the Apify dataset API.
Does the Actor handle pagination?Yes. When you provide a collection URL or handle, the Actor follows pagination links until it reaches maxItems or the end of the collection.
Is this legal to scrape?You should only scrape public data in accordance with the website's terms of service and applicable laws. Apify provides the tool, and you are responsible for how you use it.
Can I schedule this Actor to run automatically?Yes. On Apify you can set a schedule, such as daily or weekly, and the Actor will run with the same input each time.
What if a product page changes its layout?The Actor uses reliable selectors, but if Sheffield Pottery changes its HTML, the scraper may need an update. You can report issues and we will fix them.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Sheffield Pottery. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.