Scrapegraph Ai

Learn how to use Scrapegraph Ai with Composio

Overview

Enum

SCRAPEGRAPH_AI

Description

ScrapeGraphAI is an AI-powered web scraping API that enables developers to extract structured data from any website using natural language prompts. Website https://scrapegraphai.com

Authentication Details

api_key
stringRequired

Actions

Retrieve remaining and used credits for your scrapegraphai account.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Check status and results of webpage-to-markdown conversion jobs.

Action Parameters

request_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Perform ai-powered web searches with structured, parsed results.

Action Parameters

language
string
num_results
integer
parse
boolean
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Start ai-powered web crawling with structured data extraction across multiple pages.

Action Parameters

depth
integer
headers
object
max_pages
integer
number_of_scrolls
integer
output_schema
object
prompt
stringRequired
rules
object
sitemap
boolean
url
stringRequired
wait
boolean
website_html
string

Action Response

data
object
error
string
successful
boolean
Check status and results of smartcrawler web crawling jobs.

Action Parameters

task_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Start ai-powered web scraping with natural language extraction prompts.

Action Parameters

headers
object
output_schema
object
user_prompt
stringRequired
wait
boolean
website_html
string
website_url
string

Action Response

data
object
error
string
successful
boolean
Check status and results of smartscraper web scraping jobs.

Action Parameters

request_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to convert a specified webpage into clean, formatted markdown.

Action Parameters

wait
boolean
website_url
stringRequired

Action Response

data
object
error
string
successful
boolean
Check the status and results of an asynchronous searchscraper job.

Action Parameters

request_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Submit feedback and ratings for completed scrapegraphai requests.

Action Parameters

feedback_text
string
rating
integerRequired
request_id
stringRequired

Action Response

data
object
error
string
successful
boolean