Skip to main content
For websites with changing structures or one-off extraction needs, Olostep offers LLM-powered extraction. This approach:
  • Feeds the content to a Large Language Model
  • Instructs the model to parse and return only the specified data
  • Returns a clean JSON structure containing exactly what you need
You can either pass the schema or a prompt to the LLM.
The prompt is a natural language string that is passed to the LLM to extract the data. The LLM decides how to extract the data based on the prompt. You can use this when you don’t want to use a schema. Sample Response:
json_content is the stringified JSON content of the event. You can access it as a JSON object by parsing the string.