Squarespace Extensions Marketplace Scraper avatar

Squarespace Extensions Marketplace Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Squarespace Extensions Marketplace Scraper

Squarespace Extensions Marketplace Scraper

Scrape extensions from the Squarespace Extensions Marketplace with name, developer, categories, pricing, icon, and description.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape the complete Squarespace Extensions Marketplace to extract extensions with name, developer, categories, pricing type, icon URL, and description.

Features

  • Browse all extensions — scrape the full marketplace (50+ extensions)
  • Filter by category — Sales & Marketing, Inventory & Products, Shipping & Fulfillment, Finance
  • Search by keyword — find extensions matching any name, description, or developer keyword
  • No authentication or proxy required — uses the public Squarespace website

Data Source

Data is sourced from the Squarespace Extensions Marketplace at squarespace.com/extensions, which is publicly accessible without login. The scraper reads the JavaScript bundle that powers the extensions detail pages, which contains the complete extension catalogue.

Input

FieldTypeDescriptionDefault
modeSelectbrowse (all), byCategory, or searchbrowse
categorySelectCategory filter for byCategory mode
searchQueryTextKeyword for search mode
maxItemsNumberMaximum extensions to return (1–500)50

Categories

ValueLabel
SALES_AND_MARKETINGSales & Marketing
INVENTORY_AND_PRODUCTSInventory & Products
SHIPPING_AND_FULFILLMENTShipping & Fulfillment
FINANCEFinance

Output

Each record contains:

FieldTypeDescription
extensionIdStringUnique extension slug (e.g. shipstation)
nameStringExtension name
taglineStringShort description
descriptionStringFull description
developerStringDeveloper/company name
categoryStringPrimary category
pricingTypeStringfree, paid, or freemium
pricingStringHuman-readable pricing (e.g. Starting at $9/month)
urlStringExtension marketplace page URL
iconUrlStringExtension icon image URL
availableCountriesArrayCountries where the extension is available
scrapedAtStringISO 8601 timestamp

Sample Output

{
"extensionId": "shipstation",
"name": "ShipStation",
"tagline": "The fastest, easiest way to get products to your customers",
"description": "ShipStation makes shipping fast, easy, and affordable...",
"developer": "ShipStation",
"category": "Shipping & Fulfillment",
"pricingType": "paid",
"pricing": "Starting at $9/month",
"url": "https://www.squarespace.com/extensions/details/shipstation",
"iconUrl": "https://images.squarespace-cdn.com/.../shipstation.png",
"availableCountries": ["United States", "Canada", "United Kingdom"],
"scrapedAt": "2026-05-22T10:00:00+00:00"
}

FAQ

How many extensions are available? The Squarespace Extensions Marketplace has approximately 50–60 extensions across 4 categories.

Does this require a Squarespace account? No. All extensions data is publicly accessible without login.

How fresh is the data? The scraper reads directly from the Squarespace website on each run, so results are always current.

What pricing types exist?

  • free: No cost
  • paid: Requires a subscription (pricing in the pricing field)
  • freemium: Free tier plus paid upgrades or trial period

Can I filter by multiple categories? Currently one category at a time. For all extensions, use browse mode and filter client-side.