From edba5fb5e92ca81e9834420d1363bddc2a3f011d Mon Sep 17 00:00:00 2001 From: unclecode Date: Sat, 8 Jun 2024 18:48:21 +0800 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 91b8ff11..688fd9ac 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ data = { response = requests.post("https://crawl4ai.com/crawl", json=data) # OR local host if your run locally response_data = response.json() print(response_data['results'][0].keys()) +# dict_keys(['url', 'html', 'success', 'cleaned_html', 'media', +# 'links', 'screenshot', 'markdown', 'extracted_content', +# 'metadata', 'error_message']) ``` To show the simplicity take a look at the first example: