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
  • scraper_list_batch_jobs

Crawl

  • scraper_create_crawl
  • scraper_get_crawl_status
  • scraper_wait_for_crawl
  • scraper_list_crawl_jobs

Map

  • scraper_map_urls
  • scraper_list_map_jobs
  • scraper_get_map_job

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.3.0.tar.gz (3.6 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.3.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: geonode_scraper_crewai-0.3.0.tar.gz
  • Upload date:
  • Size: 3.6 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.3.0.tar.gz
Algorithm Hash digest
SHA256 4d5f4c9e802ce0861d87623ff667ccad88a2883de82d29e6f0f9cdceb15d6141
MD5 1ca40df0b03583da344c932e6359fd61
BLAKE2b-256 f30d75d25d71c9e0b32d0081ff8b6dadce7b53f73e7872d64f8fee510e20f909

See more details on using hashes here.

Provenance

The following attestation bundles were made for geonode_scraper_crewai-0.3.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.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for geonode_scraper_crewai-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c6b9a43c4aae02e70c3e45c4e9801d8b798cc0a15b00ee94bb806d1ca908879a
MD5 ca8cbc727bed058bbcd3d1b5b11a7aa3
BLAKE2b-256 59b4084594c82c7a56e1273fca36c592eda1e16796b518bc62e96f592b1b8749

See more details on using hashes here.

Provenance

The following attestation bundles were made for geonode_scraper_crewai-0.3.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