GET mod.gov.uk HTTP 2001.2 s8.5 KB$0.000134 captured Aug 7, 2026
mod.gov.uk, as data
One API turns any mod.gov.uk 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.2 s
- Page size
- 8.5 KB of markdown, 90 lines
- Fields
- Title, Department, Date, Description and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This mod.gov.uk page cost $0.000134 to fetch.
This is a trial service — your feedback will help us to improve it.See how much you save by answering a few more questions.## What’s it for?Disturbance Expenses is designed to cover the various costs associated with moving to a new home, including:* preparation of current accommodation for handover to another Service person, or for sale or letting* installation of domestic appliances* installation of satellite/cable equipmentThis child element of this allowance can also be used to contribute towards the extra costs of buying new school uniforms for your children.You will only be able to claim this allowance when you are required to make a qualifying move, including moving to or from an Alternative Work Address if you are working remotely. This will normally mean that you have been ordered in writing to move to a new place of duty to undertake a permanent assignment following Phase 1 training or on subsequent qualifying moves. Other eligible moves are detailed in JSP 752.## What do I get?This allowance is a fixed sum which is paid in advance of your move via your pay . The amount paid depends on the type of accommodation you’re moving to and whether it’s in the UK or overseas.* Overseas Single Living Accommodation and Substitute Service Single Accommodation: £371 (from 1 April 24)* Overseas Service Family Accommodation, Substitute Service Family Accommodation and privately owned or rented accommodation: £1882 (from 1 April 24)* UK Single Living Accommodation and Substitute Service Single Accommodation: £103* UK Service Families Accommodation, Substitute Service Family Accommodation and privately owned or rented accommodation: £1,041* Child element (for each eligible child): £109.41 (from 1 April 24)## When can’t I use this? What Spider does on mod.gov.uk
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.2 s · $0.000134Page 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://discovermybenefits-dev.mod.gov.uk/raf/reimbursement/disturbance-expenses/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://discovermybenefits-dev.mod.gov.uk/raf/reimbursement/disturbance-expenses/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://discovermybenefits-dev.mod.gov.uk/raf/reimbursement/disturbance-expenses/", {
return_format: "markdown",
});
console.log(page.content); What mod.gov.uk costs
Multiplied from the measured 8.5 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 mod.gov.uk.
The capture above took 1.2 s and cost $0.000134. The same call takes any URL on mod.gov.uk.