Atomic Avenue Comic Scraper - Back Issues, Grades & Prices avatar

Atomic Avenue Comic Scraper - Back Issues, Grades & Prices

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Atomic Avenue Comic Scraper - Back Issues, Grades & Prices

Atomic Avenue Comic Scraper - Back Issues, Grades & Prices

Scrape Atomic Avenue, the ComicBase back-issue comic marketplace. Search any title and get comic title, issue number, publisher, condition grade, price, seller, cover date, image and URL — one row per copy for sale across sellers.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

Atomic Avenue Comic Scraper

Scrape Atomic Avenue — the ComicBase-powered online marketplace for back-issue comic books. Search any title and get structured data for every issue and every copy for sale across the site's sellers.

What it does

Given one or more search terms (comic titles / keywords), the actor:

  1. Searches Atomic Avenue and pages through the results (up to 50 issues per page).
  2. For each in-stock issue, opens the issue page and extracts every copy for sale — condition grade, price, seller, and seller country.
  3. Pushes one row per copy to the dataset (or one row per issue when per-copy scraping is disabled).

Output fields

FieldDescription
titleComic series title (e.g. Batman)
issueIssue number (e.g. 1, 181, -1)
publisherPublisher (e.g. Marvel, DC, Image)
conditionCondition grade of the copy (e.g. Near Mint, Very Fine to Near Mint)
pricePrice of this copy, USD
sellerSeller / store username
sellerCountrySeller country code
inventoryIdAtomic Avenue inventory ID of the copy
coverDateCover date (e.g. Jul 1997)
copiesAvailableTotal copies available for the issue
imageUrlCover image URL
urlIssue page URL
queryThe search term that produced the row
sourceatomicavenue.com
scrapedAtISO timestamp

Input

FieldTypeDefaultDescription
searchQueriesarray["batman"]Comic titles / keywords to search
maxItemsinteger60Max issues to process per query
scrapeListingsbooleantrueOpen each issue for per-copy grade/price/seller; off = issue-level only
proxyConfigurationobjectnoneOptional Apify Proxy (not required — the site is plain SSR HTML)

Example input

{
"searchQueries": ["batman", "amazing spider-man", "saga"],
"maxItems": 100,
"scrapeListings": true
}

Sample output row

{
"title": "Spider-Man",
"issue": "1",
"publisher": "Marvel",
"condition": "Near Mint",
"price": 2.95,
"seller": "kochcom",
"sellerCountry": "US",
"inventoryId": "7640985",
"coverDate": "Aug 1990",
"copiesAvailable": 6,
"imageUrl": "https://www.atomicavenue.com/Covers/1/4/2290/1411302290.jpg",
"url": "https://atomicavenue.com/atomic/item/177420/1/SpiderMan-1",
"source": "atomicavenue.com"
}

Use cases

  • Track back-issue comic prices and condition-grade spreads across sellers.
  • Build arbitrage / deal-finder tools comparing Atomic Avenue with eBay, MyComicShop, etc.
  • Feed a comic price guide or collection-valuation app.

Notes

  • Data comes from Atomic Avenue's public search and issue pages (server-rendered HTML).
  • Pricing is per result row (dataset item). Please scrape responsibly.