
Barcode Search Scraper
Pricing
$4.99 / 1,000 results
Go to Store

Barcode Search Scraper
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 upmaxItems
(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 barcodetitle
: Product titlebrand
: Brand namemanufacturer
: Manufacturer namecategory
: Array of product categoriesimage
: Product image URLauthor
: 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"},...]