Squarespace Extensions Marketplace Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
4
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
| Field | Type | Description | Default |
|---|---|---|---|
mode | Select | browse (all), byCategory, or search | browse |
category | Select | Category filter for byCategory mode | — |
searchQuery | Text | Keyword for search mode | — |
maxItems | Number | Maximum extensions to return (1–500) | 50 |
Categories
| Value | Label |
|---|---|
SALES_AND_MARKETING | Sales & Marketing |
INVENTORY_AND_PRODUCTS | Inventory & Products |
SHIPPING_AND_FULFILLMENT | Shipping & Fulfillment |
FINANCE | Finance |
Output
Each record contains:
| Field | Type | Description |
|---|---|---|
extensionId | String | Unique extension slug (e.g. shipstation) |
name | String | Extension name |
tagline | String | Short description |
description | String | Full description |
developer | String | Developer/company name |
category | String | Primary category |
pricingType | String | free, paid, or freemium |
pricing | String | Human-readable pricing (e.g. Starting at $9/month) |
url | String | Extension marketplace page URL |
iconUrl | String | Extension icon image URL |
availableCountries | Array | Countries where the extension is available |
scrapedAt | String | ISO 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 costpaid: Requires a subscription (pricing in thepricingfield)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.