GET substance3d.com HTTP 2001.6 s19.6 KB$0.000104 captured Aug 7, 2026
substance3d.com, as data
One API turns any substance3d.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 1.6 s
- Page size
- 19.6 KB of markdown, 195 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This substance3d.com page cost $0.000104 to fetch.
Once again, the rules are simple: **texture MAT in Substance Painter** and compete with fellow artists in front of a world-class jury for a trove of amazing prizes.There’s a new take on the contest this year, though: with the addition of displacement in Substance Painter, you can now **use height data to alter the shape and silhouette** of our character.The contest runs for 3 weeks: from **Tuesday, January 14 to Tuesday, February 4**.★ **Get Substance Painter**. A free trial licence of Substance Painter will cover the whole length of the contest.★ **Get MAT**. **The ‘MeetMat’ model is included in the latest version of Substance Painter**. If you’re using a previous version of the software, get the model here.★ **Texture MAT with Substance Painter**. There’s no theme, just have fun!★ **Submit your work** in the submission form by February 4.The Rules – The Jury – The Prizes – The Forum Thread – The Resources – The FAQ### The Rules**1. Texturing must be done in Substance Painter.**You may import resources (such as textures, alphas,filtersor other assets into Substance Painter) as long as the creative texturing work is done in Substance Painter. You cannot simply import and apply final textures that have been created in another tool.**2. You must use the default Substance Painter shaders.****3.You may not modify any aspect of the mesh template.**Displacement within Substance Painter is allowed, to add some interesting details, as long as it does not break the ‘Meet MAT’ identity. Baking from a custom high-poly mesh is not allowed.**4. Submission must include twoIray®renders using the camera included in the‘MeetMat’project. **You have to make the cameras C1 and C7 from the MeetMAT scene. Ideal rendering resolution: 4096 x 2160 pixels. minimum resolution: 1920 x 1080 pixels.Additional renders can be included as well. Make sure to have a look at the rendering guideline section to get the best results. What Spider does on substance3d.com
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
1.6 s · $0.000104Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://magazine.substance3d.com/contest/meet-mat-2/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://magazine.substance3d.com/contest/meet-mat-2/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://magazine.substance3d.com/contest/meet-mat-2/", {
return_format: "markdown",
});
console.log(page.content); What substance3d.com costs
Multiplied from the measured 19.6 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of substance3d.com.
The capture above took 1.6 s and cost $0.000104. The same call takes any URL on substance3d.com.