{
  "openapi": "3.0.1",
  "info": {
    "title": "Behance + Dribbble Scraper",
    "description": "Scrape designer profiles from Behance and Dribbble with display name, location, occupation, avatar, follower stats, project/shot counts, work-experience history, social links, and current availability flag.",
    "version": "1.0",
    "x-build-id": "38K39Rj4eyIGrJYcb"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~behance-dribbble-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-behance-dribbble-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/crawlerbros~behance-dribbble-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-behance-dribbble-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/crawlerbros~behance-dribbble-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-behance-dribbble-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "designerProfile",
              "projectByUrl",
              "projectSearch",
              "trendingProjects",
              "byCategory"
            ],
            "type": "string",
            "description": "What to scrape.",
            "default": "projectByUrl"
          },
          "platform": {
            "title": "Platform",
            "enum": [
              "behance",
              "dribbble"
            ],
            "type": "string",
            "description": "Which platform to scrape. Used by every mode except `projectByUrl` (where the URL itself encodes the platform).",
            "default": "behance"
          },
          "usernames": {
            "title": "Usernames or profile URLs (mode=designerProfile)",
            "type": "array",
            "description": "Designer handles or full profile URLs (e.g. `michaelsallit`, `https://www.behance.net/michaelsallit`, `https://dribbble.com/aaron`).",
            "default": [
              "michaelsallit"
            ],
            "items": {
              "type": "string"
            }
          },
          "urls": {
            "title": "Project URLs (mode=projectByUrl)",
            "type": "array",
            "description": "Behance gallery URLs (`https://www.behance.net/gallery/<id>/<slug>`) or Dribbble shot URLs (`https://dribbble.com/shots/<id>-<slug>`).",
            "default": [
              "https://www.behance.net/gallery/197889857/Modern-Logo-Design-Branding-Identity"
            ],
            "items": {
              "type": "string"
            }
          },
          "query": {
            "title": "Search query (mode=projectSearch)",
            "type": "string",
            "description": "Free-text search query. Required for Dribbble; optional on Behance if a `behanceField` or `behanceTool` is given."
          },
          "behanceField": {
            "title": "Behance creative field (mode=projectSearch / byCategory)",
            "enum": [
              "graphic-design",
              "ui-ux",
              "photography",
              "illustration",
              "branding",
              "motion-graphics",
              "industrial-design",
              "architecture",
              "web-design",
              "typography",
              "3d-art",
              "animation",
              "fashion",
              "advertising",
              "art-direction",
              "fine-arts",
              "game-design",
              "interaction-design",
              "package-design",
              "print-design",
              "character-design",
              "digital-art",
              "drawing",
              "editorial-design",
              "icon-design",
              "logo-design",
              "music-design",
              "painting",
              "product-design",
              "ui-design",
              "user-experience",
              "ux-design",
              "video-design",
              "visual-design",
              "vr-ar"
            ],
            "type": "string",
            "description": "Behance creative-field taxonomy. Filters projects by topical area. Required for `mode=byCategory` on Behance."
          },
          "behanceTool": {
            "title": "Behance tool (mode=projectSearch)",
            "enum": [
              "photoshop",
              "illustrator",
              "figma",
              "xd",
              "after-effects",
              "cinema-4d",
              "blender",
              "procreate",
              "sketch",
              "indesign",
              "lightroom",
              "premiere-pro",
              "autodesk-maya",
              "3ds-max",
              "zbrush",
              "substance-painter",
              "davinci-resolve",
              "final-cut-pro",
              "audition",
              "animate",
              "fresco",
              "dimension",
              "character-animator",
              "framer",
              "principle",
              "invision",
              "marvelapp",
              "axure",
              "balsamiq",
              "miro",
              "notion",
              "webflow",
              "figjam",
              "midjourney",
              "dall-e",
              "stable-diffusion"
            ],
            "type": "string",
            "description": "Filter projects to those tagged with a specific creative tool."
          },
          "behanceSort": {
            "title": "Behance sort (mode=projectSearch)",
            "enum": [
              "appreciations",
              "views",
              "comments",
              "published_date",
              "featured_date"
            ],
            "type": "string",
            "description": "Sort order for Behance project search results."
          },
          "dribbbleTimeframe": {
            "title": "Dribbble timeframe (mode=trendingProjects on Dribbble)",
            "enum": [
              "now",
              "week",
              "month",
              "year",
              "ever"
            ],
            "type": "string",
            "description": "Time window for Dribbble trending shots."
          },
          "dribbbleTag": {
            "title": "Dribbble tag (mode=byCategory on Dribbble)",
            "type": "string",
            "description": "Dribbble tag slug (e.g. `branding`, `mobile`, `web-design`). Required for `mode=byCategory` on Dribbble."
          },
          "minFollowers": {
            "title": "Min followers (mode=designerProfile)",
            "minimum": 0,
            "maximum": 100000000,
            "type": "integer",
            "description": "Drop profiles with fewer followers than this. Behance only — Dribbble doesn't expose counts in HTML."
          },
          "availableForHireOnly": {
            "title": "Available-for-hire only (mode=designerProfile, Behance)",
            "type": "boolean",
            "description": "Drop Behance profiles that don't have an active availability flag.",
            "default": false
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Hard cap on emitted records.",
            "default": 50
          },
          "autoEscalateOnBlock": {
            "title": "Auto-escalate to Apify proxy on block",
            "type": "boolean",
            "description": "If true (default), the actor automatically engages Apify Proxy when it hits HTTP 403 / anti-bot blocks from a raw datacenter IP. Set false to disable (request fails fast).",
            "default": true
          },
          "proxyGroups": {
            "title": "Apify proxy groups (used on auto-escalation)",
            "type": "array",
            "description": "Apify proxy groups to use when auto-escalating after a block. Empty = datacenter (default), then residential fallback.",
            "default": [],
            "items": {
              "type": "string"
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}