Skip to main content

Geonode Scraper Tools Core

Shared runtime, schemas, and operation registry for Geonode Scraper tool integrations.

Most users should install one of the framework packages instead:

  • geonode-scraper-langchain
  • geonode-scraper-crewai

Install the core package directly only if you are building your own wrapper layer on top of the shared service.

Installation

pip install geonode-scraper-tools-core

Public API

  • ScraperToolSettings
  • ScraperToolService
  • OperationSpec
  • OPERATIONS
  • get_operations()

Configuration

from geonode_scraper_tools_core import ScraperToolSettings, ScraperToolService

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

service = ScraperToolService(settings)

Exposed Operations

The shared service normalizes SDK responses into JSON-friendly dictionaries and exposes the following 21 operations:

Extraction

  • extract — extract content from a single URL (sync or async)
  • get_job_result — fetch the current state or result of an async extraction job
  • wait_for_job — poll an async extraction job until it reaches a terminal state
  • list_jobs — list previously submitted extraction jobs with optional filters

Batch

  • create_batch — submit a list of URLs for asynchronous batch extraction
  • get_batch_status — poll the current status and partial results of a batch job
  • wait_for_batch — poll a batch job until it reaches a terminal state
  • list_batch_jobs — list previously submitted batch jobs with optional filters

Crawl

  • create_crawl — start a crawl job from a seed URL
  • get_crawl_status — poll the current status and results of a crawl job
  • wait_for_crawl — poll a crawl job until it reaches a terminal state
  • list_crawl_jobs — list previously submitted crawl jobs with optional filters

Map

  • map_urls — discover all URLs under a base URL via sitemap and HTML link extraction
  • list_map_jobs — list previously submitted map jobs with optional filters
  • get_map_job — fetch the status and discovered URLs for a single map job

Search

  • search — run a search query and return ranked results
  • list_search_jobs — list previously submitted search jobs with optional filters
  • get_search_job — fetch the status and results for a single search job

Statistics, Usage & Health

  • get_statistics — retrieve aggregated extraction statistics
  • get_concurrency_usage — check the caller's live work-concurrency slot usage against their plan limit
  • health_check — check the scraper service health and version

Selecting a Subset of Operations

Pass an operations list to get_operations() or to any framework wrapper to expose only the operations you need.

from geonode_scraper_tools_core import get_operations

ops = get_operations(["extract", "map_urls", "create_batch", "wait_for_batch"])

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_tools_core-0.4.0.tar.gz (13.3 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_tools_core-0.4.0-py3-none-any.whl (11.3 kB view details)

Uploaded Python 3

File details

Details for the file geonode_scraper_tools_core-0.4.0.tar.gz.

File metadata

File hashes

Hashes for geonode_scraper_tools_core-0.4.0.tar.gz
Algorithm Hash digest
SHA256 8574abf0b804539886487cf55ad531b4b4146613f5d12858e4faeaa64f19c3ff
MD5 34d77a6592ecf4accb7ee85e812277f8
BLAKE2b-256 ff9f2b890f959211dbd78c26f64b12c39e21e5b7c0f5857fddebccc7bc261c20

See more details on using hashes here.

Provenance

The following attestation bundles were made for geonode_scraper_tools_core-0.4.0.tar.gz:

Publisher: python-agent-tools-core-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_tools_core-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for geonode_scraper_tools_core-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c429d9a2bfadecd501bfd982d8795cb42d880a796abc23363d84f28ad5f27d51
MD5 cb2a30acab3c9a2651ae138e32e91179
BLAKE2b-256 7d0cc99e57bb7a81fc81a808f3d7c09a8d1b82ebca39ec7bde5363f0b5c0ea82

See more details on using hashes here.

Provenance

The following attestation bundles were made for geonode_scraper_tools_core-0.4.0-py3-none-any.whl:

Publisher: python-agent-tools-core-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.

Release history Release notifications | RSS feed

This release

0.4.0 This release

2 files

0.3.1

2 files

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page