Skip to main content
POST
/
dca
/
crawl
cURL
curl --request POST \
  --url https://api.brightdata.com/dca/crawl \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "https://www.ebay.com/itm/326972541236"
}
'
[
  {
    "product_title": "Apple iPad 11th Gen, 128 GB, Wi-Fi + 5G, 11 in - Silver - BRAND NEW SEALED",
    "price": {
      "value": 324.99,
      "currency": "USD",
      "symbol": "$"
    },
    "condition": "New: A brand-new, unused, unopened, undamaged item in its original packaging (where packaging is ...",
    "seller_feedback_percentage": "100% positive feedback",
    "seller_items_sold": "173 items sold",
    "seller_since": "Joined Nov 2012",
    "item_specifics": {
      "brand": "Apple",
      "model": "Apple iPad (11th generation)",
      "processor_model": "Apple A16 Bionic",
      "operating_system": "iPadOS"
    },
    "storage_options": [],
    "seller_ratings": {
      "accurate_description": "--",
      "shipping_cost": "--",
      "shipping_speed": "--",
      "communication": "4.9"
    },
    "product_images": [
      "https://i.ebayimg.com/images/g/4a8AAeSw7x5pboS0/s-l1600.webp",
      "https://i.ebayimg.com/images/g/4a8AAeSw7x5pboS0/s-l1600.webp"
    ],
    "feedback_count": 36,
    "financing_options": {
      "monthly_payment": {
        "value": 13.99,
        "currency": "USD",
        "symbol": "$"
      },
      "payment_plan_duration": "(12 monthly payment plan)",
      "apr": "13.99%"
    },
    "input": {
      "url": "https://www.ebay.com/itm/326972541236"
    },
    "seller_namestest": "jwc8109"
  }
]
You can trigger only single-input APIs. Make sure the payload is an object, not an array of objects.

Authorizations

Authorization
string
header
required

Use your Bright Data API Key as a Bearer token in the Authorization header.

How to authenticate:

  1. Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
  2. Include the API Key in the Authorization header of your requests
  3. Format: Authorization: Bearer YOUR_API_KEY

Example:

Authorization: Bearer b5648e1096c6442f60a6c4bbbe73f8d2234d3d8324554bd6a7ec8f3f251f07df

Learn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication

Query Parameters

collector
string
required

A unique identification of scraper

timeout
string
required

Request timeout duration. Must be between 25s and 50s.

Example:

"50s"

version
string

Set to dev to trigger the development version of the scraper

name
string

human_name - A human readable name for the batch

Body

application/json
url
string<uri>

Response

OK