# objkt Scraper (`dadhalfdev/objkt-scraper`) Actor

Scrape Tezos NFTs from objkt.com Tokens. Use filters or paste a Tokens URL — the URL wins when set. Returns title, collection, price, and artists.

- **URL**: https://apify.com/dadhalfdev/objkt-scraper.md
- **Developed by:** [Marco Rodrigues](https://apify.com/dadhalfdev) (community)
- **Categories:**
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🖼️ objkt Scraper

Want [objkt.com](https://objkt.com/tokens) Tezos NFTs in a spreadsheet? This scraper makes it easy.

Use **structured filters** (availability, type, price, sort) — structured filters work better for AI agents — **or** paste an **`input_url`** from objkt Tokens once you've already filtered in the browser. When `input_url` is set it overrides the filters below.

objkt currently has **millions of tokens** and about **1.6 million for sale**. This actor returns up to 2000 rows per run.

### 💡 Perfect for...

- **Collectors:** Export For Sale tokens by type, price, or collection.
- **Dashboards:** Track listed Tezos NFTs with prices and artist wallets.
- **Market research:** Slice objkt by media type, mature/flashing flags, or tags.
- **Data analysts:** Export structured token rows with public objkt URLs.
- **🤖 AI Agents:** Power bots and OpenClaw workflows with live objkt results.
- **📚 RAG Systems:** Feed token titles, collections, and prices into retrieval pipelines.
- **🔗 AI Workflows:** Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

### ✨ Why you'll love this scraper

- 🔗 **Input URL or Filters:** Paste an objkt `/tokens` URL (`input_url`) if you already filtered in the browser, or use structured filters (better for AI agents). `input_url` always wins when set.
- 🎯 **Website-Matched Filters:** Same Tokens chips as objkt: For Sale, Type, price, editions, Mature, Flashing Hazards, and sort.
- 🌐 **Tezos marketplace:** Titles, collections, ask prices, USD estimates, and artist addresses.

### 📦 What's inside the data?

Every row includes all of these fields:

- **Core:** `id`, `url`, `title`, `token_id`, `contract`, `collection_name`, `collection_alias`, `collection_live`, `mime_type`, `editions`
- **Creators:** `artists`, `artist_addresses`, `artist_domains`
- **Media:** `thumbnail_url`, `nsfw`, `flashing`
- **Market:** `is_listed`, `buy_action`, `listing_id`, `marketplace_contract`, `auction_url`, `price`, `price_minor`, `price_usd`, `currency`
- **Offers / rarity:** `highest_offer`, `highest_offer_usd`, `highest_offer_currency`, `offers_count`, `rarity_rank`, `rarity_percentile`
- **Open edition:** `open_edition_end_time`, `editions_minted`

### 🚀 Quick start

**Option A — Input URL**

1. Open [objkt Tokens](https://objkt.com/tokens), apply filters, copy the URL — e.g. `https://objkt.com/tokens?availability=for_sale&mimetypes=image&sort=current_price:asc`.
2. Paste it into `input_url`.
3. Set `max_results` and click **Start**.

**Option B — Structured filters (better for AI agents)**

1. Leave `input_url` empty.
2. Optionally pick For Sale, Type, price, and sort.
3. Set `max_results` (up to 2000) and click **Start**.

***

#### Tech details for developers 🧑‍💻

**Input Example (filters):**

```json
{
  "availability": "for_sale",
  "mime_type": "image",
  "max_price_xtz": 5,
  "sort": "current_price:asc",
  "max_results": 100
}
```

**Input Example (URL override):**

```json
{
  "input_url": "https://objkt.com/tokens?availability=for_sale&mimetypes=video&sort=last_listed:desc",
  "max_results": 50
}
```

**Output Example:**

```json
{
  "id": "77756812",
  "url": "https://objkt.com/tokens/KT1WNq5XeVY4628bPbRZ2qkj8aS2RDPW8uFb/143",
  "title": "Liquid Abstract G2-136",
  "token_id": "143",
  "contract": "KT1WNq5XeVY4628bPbRZ2qkj8aS2RDPW8uFb",
  "collection_name": "Liquid Abstract",
  "collection_alias": null,
  "collection_live": true,
  "mime_type": "video/mp4",
  "editions": 3,
  "artists": ["Marcelo Kato"],
  "artist_addresses": ["tz1cwAZrXrvKKkFoYJvPqHTHuAeNXzmhR5jm"],
  "artist_domains": [],
  "thumbnail_url": "https://assets.objkt.media/file/assets-003/KT1WNq5XeVY4628bPbRZ2qkj8aS2RDPW8uFb/143/thumb288",
  "nsfw": false,
  "flashing": false,
  "is_listed": true,
  "buy_action": "TokenCardPurchaseActionBuyListing",
  "listing_id": "8604091",
  "marketplace_contract": "KT1SwbTqhSKF6Pdokiu1K4Fpi17ahPPzmt1X",
  "auction_url": null,
  "price": 0.5,
  "price_minor": 500000,
  "price_usd": 0.11,
  "currency": "XTZ",
  "highest_offer": null,
  "highest_offer_usd": null,
  "highest_offer_currency": null,
  "offers_count": null,
  "rarity_rank": null,
  "rarity_percentile": null,
  "open_edition_end_time": null,
  "editions_minted": null
}
```

**Output fields:**

| Field | Description |
|-------|-------------|
| `id` | objkt token primary key. |
| `url` | Public token page on objkt.com. |
| `title` | Token title. |
| `token_id` | On-chain token id. |
| `contract` | FA2 / collection contract. |
| `collection_name` | Collection name. |
| `collection_alias` | Collection alias when set. |
| `collection_live` | Whether the collection is marked live on objkt. |
| `mime_type` | Media MIME type, e.g. `image/png`. |
| `editions` | Edition supply shown on the card. |
| `artists` | Creator display names. |
| `artist_addresses` | Creator Tezos wallets. |
| `artist_domains` | Creator `.tez` domains when set. |
| `thumbnail_url` | Preview image URL. |
| `nsfw` | Mature / NSFW flag on the thumbnail. |
| `flashing` | Flashing-hazards flag on the thumbnail. |
| `is_listed` | True when the card has a buy / mint / bid action. |
| `buy_action` | GraphQL buy-action type (listing, open edition, auction). |
| `listing_id` | Active listing id when buying from a listing. |
| `marketplace_contract` | Marketplace contract for the listing. |
| `auction_url` | Auction path when the card is an auction. |
| `price` | Ask / mint / bid price in currency units (XTZ is 1 = 1 tez). |
| `price_minor` | Price in minor units (mutez for XTZ). |
| `price_usd` | Estimated USD value from objkt. |
| `currency` | Listing currency symbol, usually `XTZ`. |
| `highest_offer` | Highest offer amount when present. |
| `highest_offer_usd` | Highest offer in USD. |
| `highest_offer_currency` | Offer currency. |
| `offers_count` | Number of offers on the card. |
| `rarity_rank` | Rarity rank when objkt provides it. |
| `rarity_percentile` | Rarity percentile when provided. |
| `open_edition_end_time` | Open-edition end time when minting is open. |
| `editions_minted` | Editions already minted for an open edition. |

### 📋 Input reference (detailed)

| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| `input_url` | string | No | — | Paste an objkt `/tokens` URL; overrides filters when set. |
| `search` | string | No | — | Search box text. |
| `availability` | string enum | No | `for_sale` | `for_sale` or empty for All. |
| `mime_type` | string enum | No | all | `image`, `gif`, `svg`, `video`, `audio`, `interactive`, `model`, `pdf`, `text`. |
| `min_price_xtz` / `max_price_xtz` | number | No | — | Ask price bounds in XTZ. |
| `min_editions` / `max_editions` | integer | No | — | Edition-count bounds. |
| `collection` | string | No | — | Collection contract `KT1...`. |
| `tags` | string | No | — | Comma-separated tags. |
| `creators` | string | No | — | Comma-separated creator wallets. |
| `mature` | string enum | No | include | `exclude` or `only`. |
| `flashing` | string enum | No | include | `exclude` or `only`. |
| `sort` | string enum | No | `timestamp:desc` | Same values as the Tokens sort dropdown. |
| `max_results` | integer | No | `50` | Maximum rows (`1`–`2000`). |

#### Notes on filters

- Prefer exact enum strings from the Apify input dropdowns (same labels as objkt Tokens).
- `input_url` always wins over filters when provided.
- Tokens URL params such as `availability=for_sale`, `mimetypes=image`, `sort=last_listed:desc`, and `price_range=1-5` are mapped automatically.
- A pasted `/tokens` URL with no query string follows the live site (all tokens, newest first), not the For Sale default used by structured filters.

# Actor input Schema

## `input_url` (type: `string`):

Paste an objkt Tokens URL (e.g. https://objkt.com/tokens?availability=for\_sale\&mimetypes=image). Overrides every filter when set.

## `search` (type: `string`):

Same idea as the Tokens search box. Ignored when input\_url is set.

## `availability` (type: `string`):

Same Availability filter as on objkt.com/tokens. Ignored when input\_url is set.

## `mime_type` (type: `string`):

Same Type chips as on objkt.com/tokens. Ignored when input\_url is set.

## `min_price_xtz` (type: `number`):

Only tokens at or above this ask price in XTZ. Ignored when input\_url is set.

## `max_price_xtz` (type: `number`):

Only tokens at or below this ask price in XTZ. Ignored when input\_url is set.

## `min_editions` (type: `integer`):

Only tokens with at least this many editions. Ignored when input\_url is set.

## `max_editions` (type: `integer`):

Only tokens with at most this many editions. Ignored when input\_url is set.

## `collection` (type: `string`):

Tezos collection contract, e.g. KT1.... Ignored when input\_url is set.

## `tags` (type: `string`):

Comma-separated tags, same idea as the Tags filter. Ignored when input\_url is set.

## `creators` (type: `string`):

Comma-separated creator wallet addresses. Ignored when input\_url is set.

## `mature` (type: `string`):

Same Mature filter as on objkt.com/tokens. Ignored when input\_url is set.

## `flashing` (type: `string`):

Same Flashing Hazards filter as on objkt.com/tokens. Ignored when input\_url is set.

## `sort` (type: `string`):

Same Sort results control as on objkt.com/tokens.

## `max_results` (type: `integer`):

How many rows to return (1–2000). objkt has millions of tokens and about 1.6 million currently for sale.

## Actor input object example

```json
{
  "availability": "for_sale",
  "mime_type": "",
  "mature": "",
  "flashing": "",
  "sort": "timestamp:desc",
  "max_results": 50
}
```

# Actor output Schema

## `overview` (type: `string`):

Table view of scraped tokens using the dataset 'overview' view.

## `results` (type: `string`):

All scraped tokens from the default dataset without view transformation.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("dadhalfdev/objkt-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("dadhalfdev/objkt-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call dadhalfdev/objkt-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,dadhalfdev/objkt-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/uemQdkYGNThtXMPuP/builds/HFcIPsasvCtmkpwsb/openapi.json
