Firecrawl
Browse the web and get markdown outputs.
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:
| Action | Parameters |
|---|---|
| post_scrape | data (undefined) required |
| post_batch_scrape | data (undefined) required |
| parameters_batch_scrape_by_id | id (string) |
| get_batch_scrape_by_id | id (string) |
| delete_batch_scrape_by_id | id (string) |
| parameters_batch_scrape_by_id_errors | id (string) |
| get_batch_scrape_by_id_errors | id (string) |
| parameters_crawl_by_id | id (string) |
| get_crawl_by_id | id (string) |
| delete_crawl_by_id | id (string) |
| parameters_crawl_by_id_errors | id (string) |
| get_crawl_by_id_errors | id (string) |
| post_crawl | data: { . 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_map | data: { . url (string) . search (string) . ignoreSitemap (boolean) . sitemapOnly (boolean) . includeSubdomains (boolean) . limit (integer) . timeout (integer) } (object) required |
| post_extract | data: { . urls (array) . prompt (string) . schema (object) . enableWebSearch (boolean) . ignoreSitemap (boolean) . includeSubdomains (boolean) . showSources (boolean) . scrapeOptions (object) . ignoreInvalidURLs (boolean) } (object) required |
| parameters_extract_by_id | id (string) |
| get_extract_by_id | id (string) |
| get_crawl_active | |
| post_deep_research | data: { . query (string) . maxDepth (integer) . timeLimit (integer) . maxUrls (integer) . analysisPrompt (string) . systemPrompt (string) . formats (array) . jsonOptions (object) } (object) required |
| parameters_deep_research_by_id | id (string) |
| get_deep_research_by_id | id (string) |
| get_team_credit_usage | |
| get_team_token_usage | |
| post_search | data: { . query (string) . limit (integer) . tbs (string) . location (string) . timeout (integer) . ignoreInvalidURLs (boolean) . scrapeOptions (object) } (object) required |
| post_llmstxt | data: { . url (string) . maxUrls (integer) . showFullText (boolean) } (object) required |
| parameters_llmstxt_by_id | id (string) |
| get_llmstxt_by_id | id (string) |