Skip to main content

CrewAI tools for the Geonode Scraper API

Project description

Geonode Scraper CrewAI Tools

CrewAI tools for the Geonode Scraper API.

This package depends on geonode-scraper-tools-core for the shared service, schemas, and operation registry.

Installation

pip install geonode-scraper-crewai

Usage

from crewai import Agent

from geonode_scraper_crewai import build_crewai_tools
from geonode_scraper_tools_core import ScraperToolSettings

settings = ScraperToolSettings(
    host="https://api.example.com",
    api_key="your-api-key",
)

agent = Agent(
    role="Web Researcher",
    goal="Extract and inspect web content.",
    backstory="Focused on pulling structured data from URLs.",
    tools=build_crewai_tools(settings=settings),
)

Selecting a Subset of Tools

Pass an operations list to expose only the tools you need.

tools = build_crewai_tools(
    settings=settings,
    operations=["extract", "map_urls", "create_crawl", "wait_for_crawl"],
)

Exposed Tools

Extraction

  • scraper_extract_content
  • scraper_get_job_result
  • scraper_wait_for_job
  • scraper_list_jobs

Batch

  • scraper_create_batch
  • scraper_get_batch_status
  • scraper_wait_for_batch

Crawl

  • scraper_create_crawl
  • scraper_get_crawl_status
  • scraper_wait_for_crawl

Map

  • scraper_map_urls

Statistics & Health

  • scraper_get_statistics
  • scraper_check_health

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geonode_scraper_crewai-0.2.0.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geonode_scraper_crewai-0.2.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file geonode_scraper_crewai-0.2.0.tar.gz.

File metadata

  • Download URL: geonode_scraper_crewai-0.2.0.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geonode_scraper_crewai-0.2.0.tar.gz
Algorithm Hash digest
SHA256 acd55714f822b17123ad4eb6846d58b5489eaf357a88f1f91b450aad13a66d6d
MD5 de684c36d1a65c2245f5e3d4adc59903
BLAKE2b-256 478767725613c0ed1b6803823980bac9a76c4db6b76280326fdbf6949c15fad6

See more details on using hashes here.

Provenance

The following attestation bundles were made for geonode_scraper_crewai-0.2.0.tar.gz:

Publisher: python-crewai-tools-publish.yml on geonodecom/scraper-api-sdks

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geonode_scraper_crewai-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for geonode_scraper_crewai-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2a931c72f900f23b3b8a71eadb0a11f64ef96dbacfb6455d75d84f625da45764
MD5 9a7717a1a3d55c41e86b48412548bc92
BLAKE2b-256 15c926c1f1ac6a9a2cfeb49cedb4d7e586fd96b9a72b074431067d709715f6e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for geonode_scraper_crewai-0.2.0-py3-none-any.whl:

Publisher: python-crewai-tools-publish.yml on geonodecom/scraper-api-sdks

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page