Skip to main content

Firecrawl

Browse the web and get markdown outputs.

Firecrawl Logo

Authentication

This connector uses Token-based authentication.

info

Set up your connection in the Abstra Console before using it in your workflows.

How to use

Using the Smart Chat

Execute the action "CHOOSE_ONE_ACTION_BELOW" from my connector "YOUR_CONNECTOR_NAME" using the params "PARAMS_HERE".

Using the Web Editor

from abstra.connectors import run_connection_action

result = run_connection_action(
connection_name="your_connection_name",
action_name="your_action_name",
params={
"param1": "value1",
"param2": "value2"
})

Available Actions

This connector provides 27 actions:

ActionParameters
post_scrapedata (undefined) required
post_batch_scrapedata (undefined) required
parameters_batch_scrape_by_idid (string)
get_batch_scrape_by_idid (string)
delete_batch_scrape_by_idid (string)
parameters_batch_scrape_by_id_errorsid (string)
get_batch_scrape_by_id_errorsid (string)
parameters_crawl_by_idid (string)
get_crawl_by_idid (string)
delete_crawl_by_idid (string)
parameters_crawl_by_id_errorsid (string)
get_crawl_by_id_errorsid (string)
post_crawldata: {
. url (string)
. excludePaths (array)
. includePaths (array)
. maxDepth (integer)
. maxDiscoveryDepth (integer)
. ignoreSitemap (boolean)
. ignoreQueryParameters (boolean)
. limit (integer)
. allowBackwardLinks (boolean)
. allowExternalLinks (boolean)
. delay (number)
. webhook (object)
. scrapeOptions (object)
} (object) required
post_mapdata: {
. url (string)
. search (string)
. ignoreSitemap (boolean)
. sitemapOnly (boolean)
. includeSubdomains (boolean)
. limit (integer)
. timeout (integer)
} (object) required
post_extractdata: {
. urls (array)
. prompt (string)
. schema (object)
. enableWebSearch (boolean)
. ignoreSitemap (boolean)
. includeSubdomains (boolean)
. showSources (boolean)
. scrapeOptions (object)
. ignoreInvalidURLs (boolean)
} (object) required
parameters_extract_by_idid (string)
get_extract_by_idid (string)
get_crawl_active
post_deep_researchdata: {
. query (string)
. maxDepth (integer)
. timeLimit (integer)
. maxUrls (integer)
. analysisPrompt (string)
. systemPrompt (string)
. formats (array)
. jsonOptions (object)
} (object) required
parameters_deep_research_by_idid (string)
get_deep_research_by_idid (string)
get_team_credit_usage
get_team_token_usage
post_searchdata: {
. query (string)
. limit (integer)
. tbs (string)
. location (string)
. timeout (integer)
. ignoreInvalidURLs (boolean)
. scrapeOptions (object)
} (object) required
post_llmstxtdata: {
. url (string)
. maxUrls (integer)
. showFullText (boolean)
} (object) required
parameters_llmstxt_by_idid (string)
get_llmstxt_by_idid (string)