GET assam.gov.in HTTP 2002.2 s4.4 KB$0.000094 captured Aug 8, 2026
assam.gov.in, as data
One API turns any assam.gov.in 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 2.2 s
- Page size
- 4.4 KB of markdown, 59 lines
- Fields
- Title, Department, Date, Description and 2 more
- Captured
- Aug 8, 2026
Free balance on signup, no card. This assam.gov.in page cost $0.000094 to fetch.
Apply for birth/death certificate3. Guidelines for filling the form### OverviewRegistration of Births and Deaths is compulsory in India at the place of occurrence within 21 days of occurance. It can be done later but there will be added implications such as late fees.### Eligibility Criteria:Birth Certificate is issued to a person* whose parents are Indian Citizen* on submission of Birth Certificate from Nursing Home or Hospital### Guidelines for filling the form:* For Births: Fill in Form No. 1 given below and submit to the Officer at the address given below.* For Deaths: Fill in Application orm given below and submit to the Officer at the address given below.### Documents Required:* Information in the form of certificate from Nursing Home/Private Hospital, if born/died in Nursing Home/Private Hospital within 21 days in Form No. 1* Information to Registrar from source other than Nursing Home and Private Hospital within 21 days.### How to apply:* The applicant shall submit the duly filled in required application form to the officer given below during office hours in any working day.* Necessary verification will be carried out within 7 (seven) working days.* Acceptance or Rejection of the petition will be informed to the petitioner within 15 (fifteen) working days after due approval of the competent authority.### Type of Service:### Forms to be filled:**Form No. 1 for Registration of Birth****[Application Form for Death Registration](<http://gmc.assam.gov.in/sites/default/files/APPLICATION FOR DEATH CERTIFICATE.pdf>)### Whom to Contact:**The Registrar of Births & Deaths**Guwahati Municipal Corporation[Detailed Instructions for Birth/Still Birth/Delayed/Death certificates](<https://gdd.assam.gov.in/sites/default/files/swf_utility_folder/departments/gdd_webcomindia_org_oid_3/how_do_i/level_1/birth and death.pdf>) What Spider does on assam.gov.in
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.
2.2 s · $0.000094Page 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://gdd.assam.gov.in/how-to/apply-for-birthdeath-certificate", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://gdd.assam.gov.in/how-to/apply-for-birthdeath-certificate", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://gdd.assam.gov.in/how-to/apply-for-birthdeath-certificate", {
return_format: "markdown",
});
console.log(page.content); What assam.gov.in costs
Multiplied from the measured 4.4 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 assam.gov.in.
The capture above took 2.2 s and cost $0.000094. The same call takes any URL on assam.gov.in.