Barcode Search Scraper avatar
Barcode Search Scraper

Pricing

$4.99 / 1,000 results

Go to Store
Barcode Search Scraper

Barcode Search Scraper

Developed by

PowerAI

PowerAI

Maintained by Community

Scrapes product information from barcode database on barcodelookup.com, including brand, manufacturer, category, and other details.

5.0 (1)

Pricing

$4.99 / 1,000 results

1

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

3 days ago

This actor allows you to search for product information using barcodes or search terms on barcodelookup.com. It provides detailed information about products including brand, manufacturer, category, and other relevant details.

Features

  • Search products by barcode or text query
  • Retrieve comprehensive product information
  • Support for pagination
  • Configurable maximum items limit

Input

The actor accepts the following input parameters:

  • query (required): The barcode or search term to look up
  • maxItems (optional): Maximum number of items to scrape (default: 10)

Output

The actor outputs an array of product information objects. Each object contains:

  • barcode: The product barcode
  • title: Product title
  • brand: Brand name
  • manufacturer: Manufacturer name
  • category: Array of product categories
  • image: Product image URL
  • author: Author information (if applicable)
  • scrapedAt: Timestamp of when the data was scraped

Example

{
"query": "cup",
"maxItems": 20
}

Output Example

[
{
"author": null,
"barcode": "818288292563",
"brand": null,
"category": [
"Vehicle Parts & Accessories",
"Motor Vehicle Parts",
"Motor Vehicle Sensors & Gauges"
],
"image": "https://images.barcodelookup.com/16018/160184231-1.jpg",
"manufacturer": "Unbranded",
"title": "52mm 2 Universal Car Duty Gauge Meter Dash Mount Pod Holder Cup Bracket YH",
"scrapedAt": "2025-06-05T01:05:56.438Z"
},
...
]