Unlock the power of AI to effortlessly transform any website content into structured JSON data with LLM WEB SCRAPPER API. This API simplifies data extraction from web pages, allowing you to easily obtain organized information based on your specific needs.
Our API leverages advanced language models to analyze and extract content from any given URL. By providing a simple prompt, the API structures the data into JSON format, making it easy to use and integrate into your projects.
URL: https://api.manojlk.work/llm_web_scrapper
Method: POST
To use the LLM WEB SCRAPPER API, send a POST request with the following parameters:
curl --location --request POST 'https://api.manojlk.work/llm_web_scrapper' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "PROVIDE WEBSITE URL HERE",
"prompt": "ADD YOUR PROMPT HERE",
"openai_key": "PROVIDE YOUR OPENAI KEY HERE",
"email":"PROVIDE YOUR EMAIL HERE"
}'
Parameters