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
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
Maintained by CommunityActor 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:
- Searches Atomic Avenue and pages through the results (up to 50 issues per page).
- For each in-stock issue, opens the issue page and extracts every copy for sale — condition grade, price, seller, and seller country.
- Pushes one row per copy to the dataset (or one row per issue when per-copy scraping is disabled).
Output fields
| Field | Description |
|---|---|
title | Comic series title (e.g. Batman) |
issue | Issue number (e.g. 1, 181, -1) |
publisher | Publisher (e.g. Marvel, DC, Image) |
condition | Condition grade of the copy (e.g. Near Mint, Very Fine to Near Mint) |
price | Price of this copy, USD |
seller | Seller / store username |
sellerCountry | Seller country code |
inventoryId | Atomic Avenue inventory ID of the copy |
coverDate | Cover date (e.g. Jul 1997) |
copiesAvailable | Total copies available for the issue |
imageUrl | Cover image URL |
url | Issue page URL |
query | The search term that produced the row |
source | atomicavenue.com |
scrapedAt | ISO timestamp |
Input
| Field | Type | Default | Description |
|---|---|---|---|
searchQueries | array | ["batman"] | Comic titles / keywords to search |
maxItems | integer | 60 | Max issues to process per query |
scrapeListings | boolean | true | Open each issue for per-copy grade/price/seller; off = issue-level only |
proxyConfiguration | object | none | Optional 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.