# Grailed Profile Details Scraper (`nifty.codes/grailed-sellerdetails-scraper`) Actor

Extract seller profile data including ratings, transaction counts, and badges from Grailed seller pages. Powered by Grailed Scraper.

- **URL**: https://apify.com/nifty.codes/grailed-sellerdetails-scraper.md
- **Developed by:** [Nifty](https://apify.com/nifty.codes) (community)
- **Categories:** E-commerce, Marketing
- **Stats:** 2 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.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.

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

This actor extracts Profiles from Grailed. It works on seller profile pages to collect detailed user metrics and account status information. The data includes seller ratings, transaction history, and verification badges.

***

#### Want more from Grailed?

This actor covers Profiles only. The full **Grailed Scraper** browser extension also includes **Listings, Reviews, Users** with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

**[Get the Grailed Scraper extension](https://nifty.codes/e/grailed-scraper?utm_source=apify\&utm_medium=actor_readme\&utm_content=grailed-sellerdetails-scraper)**

***

#### Data Fields

| Field Name | Description | Example |
| --- | --- | --- |
| Username | The seller's display name | "hypebeast\_nyc" |
| Bio | Profile description text | "Selling rare archive pieces." |
| Location | Seller's stated location | "New York, US" |
| Join Date | Account creation date | "2018-05-12" |
| Avatar URL | Link to profile image | "https://grailed.com/avatar.jpg" |
| Follower Count | Number of followers | 1250 |
| Following Count | Number of users followed | 45 |
| Total Items For Sale | Active listings count | 82 |
| Total Transactions | Combined buy and sell count | 412 |
| Total Items Sold | Number of items sold | 380 |
| Total Items Bought | Number of items purchased | 32 |
| Seller Rating | Average star rating | 4.9 |
| Seller Rating Count | Number of seller reviews | 310 |
| Seller Tags | Descriptive seller labels | \["Trusted", "Fast Shipper"] |
| Buyer Rating | Average buyer star rating | 5.0 |
| Buyer Rating Count | Number of buyer reviews | 28 |
| Is Verified | Identity verification status | true |
| Is Trusted Seller | Trusted seller badge status | true |
| Is Quick Responder | Response time badge status | true |
| Is Speedy Shipper | Shipping speed badge status | true |
| Power Seller Tier | Seller level designation | "Gold" |
| Trust Score | Internal trust metric | 98 |
| Departments | Categories sold in | \["Menswear", "Footwear"] |
| Expedited Shipping | Offers fast shipping | true |
| Country | Country code | "US" |
| Seller URL | Link to the profile | "https://www.grailed.com/hypebeast/_nyc" |

#### Input

- `urls`: Array of URL strings. Use Grailed seller profile URLs.
- `maxItems`: Max items per URL, default 100.

#### Example Input

```json
{
  "urls": ["https://www.grailed.com/users/12345/profile"],
  "maxItems": 10
}
```

#### Example Output

```json
[
  {
    "Username": "archive_vault",
    "Bio": "Curated vintage and designer pieces.",
    "Location": "Los Angeles, US",
    "Join Date": "2019-02-10",
    "Avatar URL": "https://grailed.com/avatar1.jpg",
    "Follower Count": 850,
    "Following Count": 12,
    "Total Items For Sale": 45,
    "Total Transactions": 150,
    "Total Items Sold": 140,
    "Total Items Bought": 10,
    "Seller Rating": 5.0,
    "Seller Rating Count": 110,
    "Seller Tags": ["Trusted Seller"],
    "Buyer Rating": 5.0,
    "Buyer Rating Count": 8,
    "Is Verified": true,
    "Is Trusted Seller": true,
    "Is Quick Responder": true,
    "Is Speedy Shipper": false,
    "Power Seller Tier": "Silver",
    "Trust Score": 95,
    "Departments": ["Menswear"],
    "Expedited Shipping": true,
    "Country": "US",
    "Seller URL": "https://www.grailed.com/archive_vault"
  },
  {
    "Username": "tokyo_finds",
    "Bio": "Direct from Japan.",
    "Location": "Tokyo, JP",
    "Join Date": "2020-11-20",
    "Avatar URL": "https://grailed.com/avatar2.jpg",
    "Follower Count": 3200,
    "Following Count": 150,
    "Total Items For Sale": 210,
    "Total Transactions": 980,
    "Total Items Sold": 950,
    "Total Items Bought": 30,
    "Seller Rating": 4.8,
    "Seller Rating Count": 720,
    "Seller Tags": ["Speedy Shipper"],
    "Buyer Rating": 4.9,
    "Buyer Rating Count": 25,
    "Is Verified": true,
    "Is Trusted Seller": true,
    "Is Quick Responder": true,
    "Is Speedy Shipper": true,
    "Power Seller Tier": "Platinum",
    "Trust Score": 99,
    "Departments": ["Menswear", "Accessories"],
    "Expedited Shipping": true,
    "Country": "JP",
    "Seller URL": "https://www.grailed.com/tokyo_finds"
  }
]
```

#### Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.

# Actor input Schema

## `urls` (type: `array`):

URLs to scrape. Must match: grailed.com

## `maxItems` (type: `integer`):

Maximum number of items to extract per URL

## `enablePagination` (type: `boolean`):

Load more results beyond the first page. Note: pagination may be unstable for this actor.

## `maxPages` (type: `integer`):

Maximum number of pagination actions (pages, scrolls, or loads)

## Actor input object example

```json
{
  "urls": [
    "https://www.grailed.com/EchoCloth/feedback"
  ],
  "maxItems": 100,
  "enablePagination": false,
  "maxPages": 1
}
```

# 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("nifty.codes/grailed-sellerdetails-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("nifty.codes/grailed-sellerdetails-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 nifty.codes/grailed-sellerdetails-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,nifty.codes/grailed-sellerdetails-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/hAr9RlrHHWDydAz2Y/builds/EsmgNahH9gslragBb/openapi.json
