#how-to
3 posts tagged #how-to.
How to get LLM-ready data (markdown or JSON) from any URL
How to get LLM-ready data from any URL: pull specific fields as JSON, or strip a page to its clean content, with PDFs converted to markdown automatically.
▸guide5 min
How to turn a product page into JSON in one call
How to scrape a product page into JSON in one API call: send the URL plus the fields you want, get schema-validated data back, and pay only on success.
▸guide5 min
How to pull structured data out of an HTML table
How to pull structured data out of an HTML table in one API call: describe the columns you want and get each row back as schema-validated JSON, no selectors.
▸guide5 min